diff options
author | Joachim Eastwood <manabian@gmail.com> | 2015-05-06 21:09:09 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2015-05-28 20:59:40 +0300 |
commit | 3386e0fa905c31bf1dafa2cbe2ecceb7e5ce2e66 (patch) | |
tree | 7096ea89f1d2e5aa2366cf85b548d1c53284ed38 /drivers/of/fdt.c | |
parent | 31712c98f8180c7bd3f33eefa461f0e1142e18f5 (diff) | |
download | linux-3386e0fa905c31bf1dafa2cbe2ecceb7e5ce2e66.tar.xz |
of: add helper function to retrive match data
It's a common operation for device drivers to retrive the data
member from of_device_id struct in their probe function.
Most driver end up doing:
const struct of_device_id *match;
match = of_match_device(driver_of_match, &pdev->dev);
driver->data = match->data;
With the of_device_get_match_data helper function all this can
done in one go.
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
[robh: add missing inline to dummmy declaration]
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'drivers/of/fdt.c')
0 files changed, 0 insertions, 0 deletions