#include int main(void) { size_t dst; return elf_getphdrnum(0, &dst); } git.js'>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2016-06-18 11:31:33 +0200
committerKishon Vijay Abraham I <kishon@ti.com>2016-06-22 11:33:46 +0530
commit04e59a0211ff012ba60c00baca673482570784e9 (patch)
tree94838caee6dbd50b1393b321e05e4497810dd285
parent6c081ff6fd5abd621797570be43d5e3c6acfcd58 (diff)
phy-sun4i-usb: Fix irq free conditions to match request conditions
commit 5cf700ac9d50 ("phy: phy-sun4i-usb: Fix optional gpios failing probe") changed the condition under which irqs are requested, but omitted matching changes to sun4i_usb_phy_remove(). This commit fixes this. Fixes: 5cf700ac9d50 ("phy: phy-sun4i-usb: Fix optional gpios failing probe") Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>