From: Felipe Balbi Date: Wed, 25 Jul 2012 12:05:31 +0000 (+0300) Subject: w1: omap-hdq: remove unnecessary return X-Git-Tag: v3.7-rc1~175^2~23^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=042a713fa4369ffc2fcb2f93400bc862a04a1f0f;p=platform%2Fkernel%2Flinux-exynos.git w1: omap-hdq: remove unnecessary return trivial patch, no functional changes. Signed-off-by: Felipe Balbi Acked-by: Evgeniy Polyakov Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/w1/masters/omap_hdq.c b/drivers/w1/masters/omap_hdq.c index 5c13e7d..c8a4464 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)