aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/caif/caif_spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/caif/caif_spi.c')
-rw-r--r--drivers/net/caif/caif_spi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/caif/caif_spi.c b/drivers/net/caif/caif_spi.c
index b71ce9bf0afb..155db68e13ba 100644
--- a/drivers/net/caif/caif_spi.c
+++ b/drivers/net/caif/caif_spi.c
@@ -1,7 +1,6 @@
1/* 1/*
2 * Copyright (C) ST-Ericsson AB 2010 2 * Copyright (C) ST-Ericsson AB 2010
3 * Contact: Sjur Brendeland / sjur.brandeland@stericsson.com 3 * Author: Daniel Martensson
4 * Author: Daniel Martensson / Daniel.Martensson@stericsson.com
5 * License terms: GNU General Public License (GPL) version 2. 4 * License terms: GNU General Public License (GPL) version 2.
6 */ 5 */
7 6
@@ -29,7 +28,7 @@
29#endif /* CONFIG_CAIF_SPI_SYNC */ 28#endif /* CONFIG_CAIF_SPI_SYNC */
30 29
31MODULE_LICENSE("GPL"); 30MODULE_LICENSE("GPL");
32MODULE_AUTHOR("Daniel Martensson<daniel.martensson@stericsson.com>"); 31MODULE_AUTHOR("Daniel Martensson");
33MODULE_DESCRIPTION("CAIF SPI driver"); 32MODULE_DESCRIPTION("CAIF SPI driver");
34 33
35/* Returns the number of padding bytes for alignment. */ 34/* Returns the number of padding bytes for alignment. */
@@ -864,6 +863,7 @@ static int __init cfspi_init_module(void)
864 driver_remove_file(&cfspi_spi_driver.driver, 863 driver_remove_file(&cfspi_spi_driver.driver,
865 &driver_attr_up_head_align); 864 &driver_attr_up_head_align);
866 err_create_up_head_align: 865 err_create_up_head_align:
866 platform_driver_unregister(&cfspi_spi_driver);
867 err_dev_register: 867 err_dev_register:
868 return result; 868 return result;
869} 869}