drm: Merge tag 'v3.3-rc7' into drm-core-next
[firefly-linux-kernel-4.4.55.git] / drivers / firewire / sbp2.c
index 68375bc3aef66cdf6c08662a7502aef42ef08f81..80e95aa3bf14ea96ade61193783f490d35f08329 100644 (file)
@@ -66,7 +66,7 @@
  *
  * Concurrent logins are useful together with cluster filesystems.
  */
-static int sbp2_param_exclusive_login = 1;
+static bool sbp2_param_exclusive_login = 1;
 module_param_named(exclusive_login, sbp2_param_exclusive_login, bool, 0644);
 MODULE_PARM_DESC(exclusive_login, "Exclusive login to sbp2 device "
                 "(default = Y, use N for concurrent initiators)");