Searched hist:df637fa6da6e0f6b1d14d84f1afdd729bc2e2d1a (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/input/ |
| H A D | key_matrix.c | df637fa6da6e0f6b1d14d84f1afdd729bc2e2d1a Thu May 23 12:09:57 UTC 2013 Stephen Warren <swarren@nvidia.com> input: simplify key_matrix_decode_fdt()
We know the exact property names that the code wants to process. Look these up directly with fdt_get_property(), rather than iterating over all properties within the node, and checking each property's name, in a convoluted fashion, against the expected name.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
|