git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f081d4
)
mac8390: Fix build breakage
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Sun, 10 Jan 2010 07:00:32 +0000
(23:00 -0800)
committer
David S. Miller
<davem@davemloft.net>
Sun, 10 Jan 2010 07:00:32 +0000
(23:00 -0800)
commit
18c0019102228875cb0f6f252dad5148491e96b2
("drivers/net/mac8390.c:
Convert printk(KERN_<level> to pr_<level>(") broke the build:
| drivers/net/mac8390.c:306: error: expected ')' before 'version'
as "version" is not a string literal, but a variable.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found