[PATCH 5/6] w1: omap-hdq: remove unnecessary return

From: Felipe Balbi
Date: Wed Jul 25 2012 - 08:09:38 EST


trivial patch, no functional changes.

Signed-off-by: Felipe Balbi <balbi@xxxxxx>
---
drivers/w1/masters/omap_hdq.c | 2 --
1 file changed, 2 deletions(-)

diff --git a/drivers/w1/masters/omap_hdq.c b/drivers/w1/masters/omap_hdq.c
index b6eb0ba..778a65d 100644
--- a/drivers/w1/masters/omap_hdq.c
+++ b/drivers/w1/masters/omap_hdq.c
@@ -540,8 +540,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)
--
1.7.11

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/