projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a5b34e
)
serial/jsm: Deinline neo_parse_isr, save 688 bytes
author
Denys Vlasenko
<dvlasenk@redhat.com>
Tue, 27 Oct 2015 16:40:00 +0000
(17:40 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 14 Dec 2015 03:59:48 +0000
(19:59 -0800)
This function compiles to 811 bytes of machine code.
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
CC: Jiri Slaby <jslaby@suse.com>
CC: linux-serial@vger.kernel.org
Reviewed-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/jsm/jsm_neo.c
patch
|
blob
|
history
diff --git
a/drivers/tty/serial/jsm/jsm_neo.c
b/drivers/tty/serial/jsm/jsm_neo.c
index
932b2ac
..
c6fdd63
100644
(file)
--- a/
drivers/tty/serial/jsm/jsm_neo.c
+++ b/
drivers/tty/serial/jsm/jsm_neo.c
@@
-714,7
+714,7
@@
static void neo_clear_break(struct jsm_channel *ch)
/*
* Parse the ISR register.
*/
-static
inline
void neo_parse_isr(struct jsm_board *brd, u32 port)
+static void neo_parse_isr(struct jsm_board *brd, u32 port)
{
struct jsm_channel *ch;
u8 isr;