]> asedeno.scripts.mit.edu Git - linux.git/commit
[media] em28xx-i2c: fix the i2c error description strings for -ENXIO
authorFrank Schaefer <fschaefer.oss@googlemail.com>
Sun, 19 Jan 2014 21:48:34 +0000 (18:48 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 4 Feb 2014 18:41:51 +0000 (16:41 -0200)
commit8ae8cd6c3e2519128224c2fce0dbfd7a9e32c66c
treecb0c2317bd84eb23a44bc937433745e96487e263
parentd86bc65a64e1e1536d9f5f3287f8707997b4e8fc
[media] em28xx-i2c: fix the i2c error description strings for -ENXIO

Commit d845fb3ae5 "em28xx-i2c: add timeout debug information if i2c_debug enabled"
has added wrong error descriptions for -ENXIO.
The strings are also missing terminating newline characters, which breaks the
output format.

Signed-off-by: Frank Schäfer <fschaefer.oss@googlemail.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/usb/em28xx/em28xx-i2c.c