From ca957b6a34a6f7014828f235e35c1945cb955795 Mon Sep 17 00:00:00 2001 From: Rasmus Villemoes Date: Thu, 27 Nov 2014 22:57:29 +0100 Subject: [PATCH] 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 Signed-off-by: David S. Miller --- Reading git-format-patch failed