]> git.baikalelectronics.ru Git - kernel.git/commit
USB: gpio_vbus: remove IRQF_SAMPLE_RANDOM use
authorShinya Kuribayashi <shinya.kuribayashi.px@renesas.com>
Thu, 17 May 2012 11:09:53 +0000 (20:09 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 May 2012 18:20:34 +0000 (11:20 -0700)
commit1d38614f9b519241a34c229e6798affe6904438c
treecadf4bbf2ae97978999587c43458201b3103ff52
parente6abcadcc3c96e2357588ed75ce6b909d332b266
USB: gpio_vbus: remove IRQF_SAMPLE_RANDOM use

IRQF_SAMPLE_RANDOM has been scheduled for removal for years (it was
scheduled by July 2009, but not yet remvoed).

I'm not sure when it's going to take place, but would be better to
remove it now.  Thanks for scripts/checkpatch secretary.

Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi.px@renesas.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/otg/gpio_vbus.c