diff options
author | Felipe Balbi <balbi@ti.com> | 2012-07-25 08:05:31 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-08-16 12:58:44 -0400 |
commit | 042a713fa4369ffc2fcb2f93400bc862a04a1f0f (patch) | |
tree | 9784869fd3c9a585a83b314e71190c03fb77a07d /drivers/w1 | |
parent | 19afea50f12b2dc5e2aaca488d1733188d06a619 (diff) |
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>
Diffstat (limited to 'drivers/w1')
-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) | |||
538 | hdq_data->init_trans = 0; | 538 | hdq_data->init_trans = 0; |
539 | mutex_unlock(&hdq_data->hdq_mutex); | 539 | mutex_unlock(&hdq_data->hdq_mutex); |
540 | } | 540 | } |
541 | |||
542 | return; | ||
543 | } | 541 | } |
544 | 542 | ||
545 | static int __devinit omap_hdq_probe(struct platform_device *pdev) | 543 | static int __devinit omap_hdq_probe(struct platform_device *pdev) |