commit | 7a246777a694563c490811f9d398318652a3ffb4 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Sun Apr 07 20:52:16 2013 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Sun Apr 07 21:02:29 2013 -0700 |
tree | e1553854a3b545dc9c343a719f21616f8e35abdc | |
parent | e1793c69c82626717257285f437b0da7ad0d2e99 [diff] |
Input: adxl34x - use spi_get_drvdata() Use the wrapper functions for getting and setting the driver data using spi_device instead of using dev_{get|set}_drvdata with &spi->dev, so we can directly pass a struct spi_device. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>