| commit | 281ea16aa8b70856103228fe51a48a9204e3c949 | [log] [tgz] |
|---|---|---|
| author | Jingoo Han <jg1.han@samsung.com> | Thu Feb 21 16:43:43 2013 -0800 |
| committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Feb 21 17:22:23 2013 -0800 |
| tree | 4855d79879d6e0982dc9bce144e1508c7574ce6c | |
| parent | 9319dfa1e08700d269a97ac117ac576f875eecfb [diff] |
backlight: lms501kf03: use spi_get_drvdata and spi_set_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: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>