commit | 31bdfc649f4577c9b1120c67b7b1e85f7777aad0 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Fri Apr 05 10:54:05 2013 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Apr 05 15:49:39 2013 -0700 |
tree | 7cd7ba0eaccafd1fc20e225926e39e8209dafc11 | |
parent | 89fa28dbe0395ee06f3aacfe27655323ebad43d1 [diff] |
serial: max3100: 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>