]> git.baikalelectronics.ru Git - kernel.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)
commit81b3dccd95bfc208107e78f34c48733a36c33d64
treecb0c2317bd84eb23a44bc937433745e96487e263
parent5882f0ddf3d3a1892a74217ec0302ef26eb81013
[media] em28xx-i2c: fix the i2c error description strings for -ENXIO

Commit 03e44cdcf5 "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