]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/pwm/pwm-atmel.c
pwm: atmel: Use of_device_get_match_data()
authorThierry Reding <thierry.reding@gmail.com>
Mon, 11 Jul 2016 10:16:01 +0000 (12:16 +0200)
committerThierry Reding <thierry.reding@gmail.com>
Mon, 11 Jul 2016 10:49:36 +0000 (12:49 +0200)
commit017bb04e846be82715769799aafa934feab0e443
treed30fd5a01c086356b3ecd456a3a439f82b4aadf7
parent313b78efea71229e0c48d50ed5527a3c34f3e4eb
pwm: atmel: Use of_device_get_match_data()

Use of_device_get_match_data() instead of an open-coded variant.

Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-atmel.c