drivers: ide: Fix mostly harmless off-by-one hardcoded value
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Thu, 27 Nov 2014 21:57:29 +0000 (22:57 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Dec 2014 20:26:31 +0000 (15:26 -0500)
The string "IOMEGA Clik!" has length 12, not 11. Using strstarts
avoids the error-prone hardcoding of the prefix length. For
consistency, also change the occurence just above.

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/ide/ide-floppy.c

Simple merge