diff options
author | Felipe Balbi <balbi@ti.com> | 2012-07-25 15:05:31 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-08-16 09:58:44 -0700 |
commit | 042a713fa4369ffc2fcb2f93400bc862a04a1f0f (patch) | |
tree | 9784869fd3c9a585a83b314e71190c03fb77a07d | |
parent | 19afea50f12b2dc5e2aaca488d1733188d06a619 (diff) | |
download | linux-stable-042a713fa4369ffc2fcb2f93400bc862a04a1f0f.tar.gz linux-stable-042a713fa4369ffc2fcb2f93400bc862a04a1f0f.tar.bz2 linux-stable-042a713fa4369ffc2fcb2f93400bc862a04a1f0f.zip |
w1: omap-hdq: remove unnecessary return
trivial patch, no functional changes.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Acked-by: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/w1/masters/omap_hdq.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/w1/masters/omap_hdq.c b/drivers/w1/masters/omap_hdq.c index 5c13e7df9c69..c8a44642a5f1 100644 --- a/drivers/w1/masters/omap_hdq.c +++ b/drivers/w1/masters/omap_hdq.c @@ -538,8 +538,6 @@ static void omap_w1_write_byte(void *_hdq, u8 byte) hdq_data->init_trans = 0; mutex_unlock(&hdq_data->hdq_mutex); } - - return; } static int __devinit omap_hdq_probe(struct platform_device *pdev) |