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:
c2f2f00
)
n_gsm: clean up printks
author
Alan Cox
<alan@linux.intel.com>
Thu, 4 Nov 2010 15:17:27 +0000
(15:17 +0000)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 11 Nov 2010 19:35:58 +0000
(11:35 -0800)
[Original From Ken Mills but I redid it using pr_ helpers instead]
Also fix up coding style, there are two warnings left but that is where
the CodingStyle tools blow up because they cannot handle
if (blah) {
foo
} else switch (x) {
case 1:
}
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found