]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
extcon: of: Remove unnecessary function call by using the name of device_node
authorChanwoo Choi <cw00.choi@samsung.com>
Tue, 18 Mar 2014 10:09:41 +0000 (19:09 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Wed, 19 Mar 2014 04:45:43 +0000 (13:45 +0900)
commitca48824117b3ceaa4e35a7c5d651b95c288308e6
treede9ea73b784316b07bb5210736f07ee33563712c
parent3cc731d97fb608a09336fbcea1b2bcea9574d1f7
extcon: of: Remove unnecessary function call by using the name of device_node

This patch remove unnecessary function call in of_extcon_get_extcon_dev()
by using the name of device_node structure.

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/of_extcon.c