]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/input/keyboard/bcm-keypad.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi...
[karo-tx-linux.git] / drivers / input / keyboard / bcm-keypad.c
index 2b4e63d81e6d9ffaaab54ce0c8c3a2a8b9087d8a..e1cf63ee148f5e67ddd45fde5c9fa41200faf6c6 100644 (file)
@@ -213,7 +213,7 @@ static int bcm_kp_matrix_key_parse_dt(struct bcm_kp *kp)
        /* Initialize the KPCR Keypad Configuration Register */
        kp->kpcr = KPCR_STATUSFILTERENABLE | KPCR_COLFILTERENABLE;
 
-       error = matrix_keypad_parse_of_params(dev, &kp->n_rows, &kp->n_cols);
+       error = matrix_keypad_parse_properties(dev, &kp->n_rows, &kp->n_cols);
        if (error) {
                dev_err(dev, "failed to parse kp params\n");
                return error;