diff options
author | sjur.brandeland@stericsson.com <sjur.brandeland@stericsson.com> | 2013-04-22 19:57:02 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-04-23 13:25:51 -0400 |
commit | c2cd0a560c129d5f01be1df62bfc412d3aff6953 (patch) | |
tree | 7922176a0e58643acdbb5e918fcbd822a6f355ab /drivers/net/caif | |
parent | 26ee65e680f4a2291f6258e11beceae0ad4eeba3 (diff) |
caif: Remove bouncing address for Daniel Martensson
cc: Daniel Martensson <Daniel.Martensson@stericsson.com>
Signed-off-by: Sjur Brændeland <sjur.brandeland@stericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/caif')
-rw-r--r-- | drivers/net/caif/caif_hsi.c | 4 | ||||
-rw-r--r-- | drivers/net/caif/caif_spi.c | 4 | ||||
-rw-r--r-- | drivers/net/caif/caif_spi_slave.c | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/drivers/net/caif/caif_hsi.c b/drivers/net/caif/caif_hsi.c index 77f50749acb1..a6af61977471 100644 --- a/drivers/net/caif/caif_hsi.c +++ b/drivers/net/caif/caif_hsi.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) ST-Ericsson AB 2010 | 2 | * Copyright (C) ST-Ericsson AB 2010 |
3 | * Author: Daniel Martensson / daniel.martensson@stericsson.com | 3 | * Author: Daniel Martensson |
4 | * Dmitry.Tarnyagin / dmitry.tarnyagin@stericsson.com | 4 | * Dmitry.Tarnyagin / dmitry.tarnyagin@stericsson.com |
5 | * License terms: GNU General Public License (GPL) version 2. | 5 | * License terms: GNU General Public License (GPL) version 2. |
6 | */ | 6 | */ |
@@ -24,7 +24,7 @@ | |||
24 | #include <net/caif/caif_hsi.h> | 24 | #include <net/caif/caif_hsi.h> |
25 | 25 | ||
26 | MODULE_LICENSE("GPL"); | 26 | MODULE_LICENSE("GPL"); |
27 | MODULE_AUTHOR("Daniel Martensson<daniel.martensson@stericsson.com>"); | 27 | MODULE_AUTHOR("Daniel Martensson"); |
28 | MODULE_DESCRIPTION("CAIF HSI driver"); | 28 | MODULE_DESCRIPTION("CAIF HSI driver"); |
29 | 29 | ||
30 | /* Returns the number of padding bytes for alignment. */ | 30 | /* Returns the number of padding bytes for alignment. */ |
diff --git a/drivers/net/caif/caif_spi.c b/drivers/net/caif/caif_spi.c index c2cb852e13b8..2fb279a63c50 100644 --- a/drivers/net/caif/caif_spi.c +++ b/drivers/net/caif/caif_spi.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) ST-Ericsson AB 2010 | 2 | * Copyright (C) ST-Ericsson AB 2010 |
3 | * Author: Daniel Martensson / Daniel.Martensson@stericsson.com | 3 | * Author: Daniel Martensson |
4 | * License terms: GNU General Public License (GPL) version 2. | 4 | * License terms: GNU General Public License (GPL) version 2. |
5 | */ | 5 | */ |
6 | 6 | ||
@@ -28,7 +28,7 @@ | |||
28 | #endif /* CONFIG_CAIF_SPI_SYNC */ | 28 | #endif /* CONFIG_CAIF_SPI_SYNC */ |
29 | 29 | ||
30 | MODULE_LICENSE("GPL"); | 30 | MODULE_LICENSE("GPL"); |
31 | MODULE_AUTHOR("Daniel Martensson<daniel.martensson@stericsson.com>"); | 31 | MODULE_AUTHOR("Daniel Martensson"); |
32 | MODULE_DESCRIPTION("CAIF SPI driver"); | 32 | MODULE_DESCRIPTION("CAIF SPI driver"); |
33 | 33 | ||
34 | /* Returns the number of padding bytes for alignment. */ | 34 | /* Returns the number of padding bytes for alignment. */ |
diff --git a/drivers/net/caif/caif_spi_slave.c b/drivers/net/caif/caif_spi_slave.c index 98f03663aa22..ee92ad5a6cf8 100644 --- a/drivers/net/caif/caif_spi_slave.c +++ b/drivers/net/caif/caif_spi_slave.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) ST-Ericsson AB 2010 | 2 | * Copyright (C) ST-Ericsson AB 2010 |
3 | * Author: Daniel Martensson / Daniel.Martensson@stericsson.com | 3 | * Author: Daniel Martensson |
4 | * License terms: GNU General Public License (GPL) version 2. | 4 | * License terms: GNU General Public License (GPL) version 2. |
5 | */ | 5 | */ |
6 | #include <linux/init.h> | 6 | #include <linux/init.h> |