From: Frank Schaefer Date: Fri, 17 Jan 2014 17:45:31 +0000 (-0300) Subject: [media] em28xx-camera: fix return value checks on sensor probing X-Git-Tag: v3.15-rc1~85^2~391 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb497c75fd6ba3c4fb922d1f1b68746f426257a9;p=pandora-kernel.git [media] em28xx-camera: fix return value checks on sensor probing Since commit e63b009d6e the returned error code in case of not connected/responding i2c clients is ENXIO isntead of ENODEV, which causes several error messages on sensor probing. Fix the i2c return value checks on sensor probing to silence these warnings. Signed-off-by: Frank Schäfer Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed