struct gpio_chip *chip;
int status = -EINVAL;
VALIDATE_DESC(desc);
chip = desc->gdev->chip;
if (!chip->get || !chip->direction_input) {
-