From c78d1ecfd7e639f21c7a809f4df6de1a644a91f0 Mon Sep 17 00:00:00 2001 From: Oliver Neukum Date: Mon, 19 May 2014 13:52:20 +0200 Subject: [PATCH] USB: yurex: fix race between probe() and read() There's a window during which read() would return 0 instead of a correct error for no data yet. Reorder initialization to fix the race. Signed-off-by: Oliver Neukum Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed