aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/drx39xyj
diff options
context:
space:
mode:
authorShuah Khan <shuah.kh@samsung.com>2014-02-28 18:23:01 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-03-04 14:41:14 -0300
commit546ef6bf2517ae5c57fd4afc9129a0c79ea83bdf (patch)
tree21ed3c33693421cf70c79827e3978ce5eb0a0d47 /drivers/media/dvb-frontends/drx39xyj
parent[media] drx-j: fix pr_dbg undefined compile errors when DJH_DEBUG is defined (diff)
downloadlinux-dev-546ef6bf2517ae5c57fd4afc9129a0c79ea83bdf.tar.xz
linux-dev-546ef6bf2517ae5c57fd4afc9129a0c79ea83bdf.zip
[media] drx-j: remove return that prevents DJH_DEBUG code to run
drxbsp_i2c_write_read() has return that prevents DJH_DEBUG code to run. Remove it. Signed-off-by: Shuah Khan <shuah.kh@samsung.com> Acked-by: Devin Heitmueller <dheitmueller@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/drx39xyj')
-rw-r--r--drivers/media/dvb-frontends/drx39xyj/drxj.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/dvb-frontends/drx39xyj/drxj.c b/drivers/media/dvb-frontends/drx39xyj/drxj.c
index a78af4ea93bb..72c541a3c6c0 100644
--- a/drivers/media/dvb-frontends/drx39xyj/drxj.c
+++ b/drivers/media/dvb-frontends/drx39xyj/drxj.c
@@ -1550,8 +1550,6 @@ int drxbsp_i2c_write_read(struct i2c_device_addr *w_dev_addr,
return -EREMOTEIO;
}
- return 0;
-
#ifdef DJH_DEBUG
struct drx39xxj_state *state = w_dev_addr->user_data;