Re: [PATCH] arch: arm: mach-davinci: serial.c: Cleaning up function that are not used anywhere

2015-01-14 Thread Sekhar Nori
On Wednesday 03 December 2014 03:38 AM, Rickard Strandqvist wrote:
> Remove function serial_read_reg() that is not used anywhere.
> 
> This was partially found by using a static code analysis program called 
> cppcheck.
> 
> Signed-off-by: Rickard Strandqvist 

Queuing for v3.20 with subject updated to:

"ARM: davinci: serial.c: remove unused serial_read_reg()"

Thanks,
Sekhar
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] arch: arm: mach-davinci: serial.c: Cleaning up function that are not used anywhere

2015-01-14 Thread Sekhar Nori
On Wednesday 03 December 2014 03:38 AM, Rickard Strandqvist wrote:
 Remove function serial_read_reg() that is not used anywhere.
 
 This was partially found by using a static code analysis program called 
 cppcheck.
 
 Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se

Queuing for v3.20 with subject updated to:

ARM: davinci: serial.c: remove unused serial_read_reg()

Thanks,
Sekhar
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] arch: arm: mach-davinci: serial.c: Cleaning up function that are not used anywhere

2014-12-02 Thread Rickard Strandqvist
Remove function serial_read_reg() that is not used anywhere.

This was partially found by using a static code analysis program called 
cppcheck.

Signed-off-by: Rickard Strandqvist 
---
 arch/arm/mach-davinci/serial.c |   10 --
 1 file changed, 10 deletions(-)

diff --git a/arch/arm/mach-davinci/serial.c b/arch/arm/mach-davinci/serial.c
index 5e93a73..951b620 100644
--- a/arch/arm/mach-davinci/serial.c
+++ b/arch/arm/mach-davinci/serial.c
@@ -31,16 +31,6 @@
 #include 
 #include 
 
-static inline unsigned int serial_read_reg(struct plat_serial8250_port *up,
-  int offset)
-{
-   offset <<= up->regshift;
-
-   WARN_ONCE(!up->membase, "unmapped read: uart[%d]\n", offset);
-
-   return (unsigned int)__raw_readl(up->membase + offset);
-}
-
 static inline void serial_write_reg(struct plat_serial8250_port *p, int offset,
int value)
 {
-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] arch: arm: mach-davinci: serial.c: Cleaning up function that are not used anywhere

2014-12-02 Thread Rickard Strandqvist
Remove function serial_read_reg() that is not used anywhere.

This was partially found by using a static code analysis program called 
cppcheck.

Signed-off-by: Rickard Strandqvist rickard_strandqv...@spectrumdigital.se
---
 arch/arm/mach-davinci/serial.c |   10 --
 1 file changed, 10 deletions(-)

diff --git a/arch/arm/mach-davinci/serial.c b/arch/arm/mach-davinci/serial.c
index 5e93a73..951b620 100644
--- a/arch/arm/mach-davinci/serial.c
+++ b/arch/arm/mach-davinci/serial.c
@@ -31,16 +31,6 @@
 #include mach/serial.h
 #include mach/cputype.h
 
-static inline unsigned int serial_read_reg(struct plat_serial8250_port *up,
-  int offset)
-{
-   offset = up-regshift;
-
-   WARN_ONCE(!up-membase, unmapped read: uart[%d]\n, offset);
-
-   return (unsigned int)__raw_readl(up-membase + offset);
-}
-
 static inline void serial_write_reg(struct plat_serial8250_port *p, int offset,
int value)
 {
-- 
1.7.10.4

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/