Title: [7181] trunk/drivers/mtd/devices/m25p80.c: tweak style on sst software protection check
Revision
7181
Author
vapier
Date
2009-08-13 14:18:48 -0400 (Thu, 13 Aug 2009)

Log Message

tweak style on sst software protection check

Modified Paths


Diff

Modified: trunk/drivers/mtd/devices/m25p80.c (7180 => 7181)


--- trunk/drivers/mtd/devices/m25p80.c	2009-08-13 18:14:06 UTC (rev 7180)
+++ trunk/drivers/mtd/devices/m25p80.c	2009-08-13 18:18:48 UTC (rev 7181)
@@ -770,8 +770,8 @@
 	 * up with the software protection bits set
 	 */
 
-	if (info->jedec_id >> 16 == 0x1f
-		|| info->jedec_id >> 16 == 0xbf) {
+	if (info->jedec_id >> 16 == 0x1f ||
+	    info->jedec_id >> 16 == 0xbf) {
 		write_enable(flash);
 		write_sr(flash, 0);
 	}
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to