Skip to content
Commit 07ce8ec7 authored by Grant Likely's avatar Grant Likely
Browse files

gpiolib: Remove 'const' from data argument of gpiochip_find()

Commit 3d0f7cf0

 "gpio: Adjust of_xlate API to support multiple GPIO
chips" changed the api of gpiochip_find to drop const from the data
parameter of the match hook, but didn't also drop const from data
causing a build warning.

Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent e9fe32bc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment