Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] dvb: remove 0x prefix from decimal value in printf

The returned code is 0, 1 or an error. It doesn't make sense to
print it in hexadecimal.

Signed-off-by: Hans Wennborg <hans@hanshq.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>

authored by

Hans Wennborg and committed by
Mauro Carvalho Chehab
a3752184 6694ba62

+1 -1
+1 -1
drivers/media/dvb-frontends/mb86a16.c
··· 115 115 }; 116 116 ret = i2c_transfer(state->i2c_adap, msg, 2); 117 117 if (ret != 2) { 118 - dprintk(verbose, MB86A16_ERROR, 1, "read error(reg=0x%02x, ret=0x%i)", 118 + dprintk(verbose, MB86A16_ERROR, 1, "read error(reg=0x%02x, ret=%i)", 119 119 reg, ret); 120 120 121 121 return -EREMOTEIO;