[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1432690887-3271-1-git-send-email-shailendra.capricorn@gmail.com>
Date: Wed, 27 May 2015 07:11:27 +0530
From: Shailendra Verma <shailendra.capricorn@...il.com>
To: David Airlie <airlied@...ux.ie>
Cc: linux-kernel@...r.kernel.org,
Shailendra Verma <shailendra.capricorn@...il.com>
Subject: [PATCH] char:agp:amd64-agp - Change 1 to true for bool type
The variable agp_try_unsupported is bool type.Hence initializing with
bool value true instead of 1.
Signed-off-by: Shailendra Verma <shailendra.capricorn@...il.com>
---
drivers/char/agp/amd64-agp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/char/agp/amd64-agp.c b/drivers/char/agp/amd64-agp.c
index 0ef3500..6b6af5a 100644
--- a/drivers/char/agp/amd64-agp.c
+++ b/drivers/char/agp/amd64-agp.c
@@ -33,7 +33,7 @@
#define ULI_X86_64_ENU_SCR_REG 0x54
static struct resource *aperture_resource;
-static bool __initdata agp_try_unsupported = 1;
+static bool __initdata agp_try_unsupported = true;
static int agp_bridges_found;
static void amd64_tlbflush(struct agp_memory *temp)
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists