commit | ca957b6a34a6f7014828f235e35c1945cb955795 | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | Thu Nov 27 22:57:29 2014 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 12 15:26:31 2014 -0500 |
tree | 3b215cd6d91bed62f19736b90e7806951c42f3f2 | |
parent | 1746fbe5656b1b10064913b9293a4590ec0b7f27 [diff] |
drivers: ide: Fix mostly harmless off-by-one hardcoded value 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>