Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 042a713f authored by Felipe Balbi's avatar Felipe Balbi Committed by Greg Kroah-Hartman
Browse files

w1: omap-hdq: remove unnecessary return



trivial patch, no functional changes.

Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
Acked-by: default avatarEvgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 19afea50
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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)