]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
w1: omap-hdq: remove unnecessary return
authorFelipe Balbi <balbi@ti.com>
Wed, 25 Jul 2012 12:05:31 +0000 (15:05 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Aug 2012 16:58:44 +0000 (09:58 -0700)
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>
drivers/w1/masters/omap_hdq.c

index 5c13e7df9c6930ab6b2cb4b942c39cef32a1115a..c8a44642a5f129c102d3330d59351e628af5d767 100644 (file)
@@ -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)