1
0
Fork 0
alistair23-linux/drivers/tty/serial/cpm_uart
Jingoo Han 696faedd61 serial: use platform_{get,set}_drvdata()
Use the wrapper functions for getting and setting the driver data using
platform_device instead of using dev_{get,set}_drvdata() with &pdev->dev,
so we can directly pass a struct platform_device.

Also, unnecessary dev_set_drvdata() is removed, because the driver core
clears the driver data to NULL after device_release or on probe failure.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-06-03 10:21:33 -07:00
..
Makefile tty: move drivers/serial/ to drivers/tty/serial/ 2011-01-13 12:10:18 -08:00
cpm_uart.h tty: remove invalid location line in file header 2011-04-19 16:33:36 -07:00
cpm_uart_core.c serial: use platform_{get,set}_drvdata() 2013-06-03 10:21:33 -07:00
cpm_uart_cpm1.c tty: remove invalid location line in file header 2011-04-19 16:33:36 -07:00
cpm_uart_cpm1.h tty: remove invalid location line in file header 2011-04-19 16:33:36 -07:00
cpm_uart_cpm2.c tty: remove invalid location line in file header 2011-04-19 16:33:36 -07:00
cpm_uart_cpm2.h tty: remove invalid location line in file header 2011-04-19 16:33:36 -07:00