From: Sebastian Andrzej Siewior Date: Wed, 31 Oct 2012 15:12:43 +0000 (+0100) Subject: usb: musb: remove hand-crafted id handling X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~82^2~61^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f7711642559851c187d09795a3eb51c2bde36ec;p=pandora-kernel.git usb: musb: remove hand-crafted id handling This replaced the handcrafted id handling by the PLATFORM_DEVID_AUTO value which should do the same thing. This patch probably also fixes ux500 because I did not find the "musbid" variable to remove. And we close a tiny-unlikely race window becuase the old code gave the id back before device was destroyed in the remove case. [ balbi@ti.com : fixed up two failed hunks when applying patch ] Cc: B, Ravi Cc: Santhapuri, Damodar Cc: Mian Yousaf Kaukab Cc: Bob Liu Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed