[PATCH] drivers/pcmcia: Convert timers to use timer_setup()

Russell King - ARM Linux linux at armlinux.org.uk
Fri Oct 27 03:04:45 PDT 2017


On Tue, Oct 24, 2017 at 03:23:31AM -0700, Kees Cook wrote:
> In preparation for unconditionally passing the struct timer_list pointer to
> all timer callbacks, switch to using the new timer_setup() and from_timer()
> to pass the timer pointer explicitly.
> 
> Cc: Florian Fainelli <f.fainelli at gmail.com>
> Cc: bcm-kernel-feedback-list at broadcom.com
> Cc: David Howells <dhowells at redhat.com>
> Cc: Arnd Bergmann <arnd at arndb.de>
> Cc: linux-pcmcia at lists.infradead.org
> Cc: linux-arm-kernel at lists.infradead.org
> Signed-off-by: Kees Cook <keescook at chromium.org>
> ---
>  drivers/pcmcia/bcm63xx_pcmcia.c | 6 +++---
>  drivers/pcmcia/bfin_cf_pcmcia.c | 6 +++---
>  drivers/pcmcia/i82365.c         | 6 ++----
>  drivers/pcmcia/omap_cf.c        | 8 ++++----
>  drivers/pcmcia/pd6729.c         | 7 +++----
>  drivers/pcmcia/soc_common.c     | 7 +++----
>  drivers/pcmcia/tcic.c           | 8 +++-----
>  drivers/pcmcia/yenta_socket.c   | 7 +++----
>  8 files changed, 24 insertions(+), 31 deletions(-)

For soc_common.c:

Acked-by: Russell King <rmk+kernel at armlinux.org.uk>

Thanks.

-- 
RMK's Patch system: http://www.armlinux.org.uk/developer/patches/
FTTC broadband for 0.8mile line in suburbia: sync at 8.8Mbps down 630kbps up
According to speedtest.net: 8.21Mbps down 510kbps up



More information about the linux-pcmcia mailing list