]> Pileus Git - ~andy/linux/blobdiff - drivers/scsi/aha1542.c
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[~andy/linux] / drivers / scsi / aha1542.c
index 195823a51aab5292e6ec43183d0e0829b6d9ff93..ed119cedaae008354128e6a2cbe9fc129ad736b2 100644 (file)
@@ -102,7 +102,7 @@ static int setup_dmaspeed[MAXBOARDS] __initdata = { -1, -1, -1, -1 };
  */
 
 #if defined(MODULE)
-static int isapnp = 0;
+static bool isapnp = 0;
 static int aha1542[] = {0x330, 11, 4, -1};
 module_param_array(aha1542, int, NULL, 0);
 module_param(isapnp, bool, 0);