From: Aaro Koskinen Date: Fri, 15 Nov 2013 19:38:50 +0000 (+0200) Subject: usb: phy-generic: fix nop xceiv probe X-Git-Tag: v3.13-rc4~47^2~15^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc52c57411ccad276af6b4f35a670773110b35c5;p=pandora-kernel.git usb: phy-generic: fix nop xceiv probe Commit bd27fa44e13830d2baa278d5702e766380659cb3 (usb: phy: generic: Don't use regulator framework for RESET line) introduced regression: All users of usb_nop_xceiv_register() will fail because there is no platform data and the default reset GPIO is 0 which is a valid GPIO. Fix that. Signed-off-by: Aaro Koskinen Acked-by: Roger Quadros Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed