diff options
Diffstat (limited to 'drivers/hid/hid-thingm.c')
-rw-r--r-- | drivers/hid/hid-thingm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-thingm.c b/drivers/hid/hid-thingm.c index f206398a5d54..b95d3978c272 100644 --- a/drivers/hid/hid-thingm.c +++ b/drivers/hid/hid-thingm.c | |||
@@ -250,6 +250,7 @@ static int thingm_probe(struct hid_device *hdev, const struct hid_device_id *id) | |||
250 | 250 | ||
251 | if (!tdev->fwinfo) { | 251 | if (!tdev->fwinfo) { |
252 | hid_err(hdev, "unsupported firmware %c\n", tdev->version.major); | 252 | hid_err(hdev, "unsupported firmware %c\n", tdev->version.major); |
253 | err = -ENODEV; | ||
253 | goto stop; | 254 | goto stop; |
254 | } | 255 | } |
255 | 256 | ||