]> git.karo-electronics.de Git - linux-beck.git/commit
n_gsm: clean up printks
authorAlan Cox <alan@linux.intel.com>
Thu, 4 Nov 2010 15:17:27 +0000 (15:17 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 11 Nov 2010 19:35:58 +0000 (11:35 -0800)
commit5f9a31d63105c3e88bd6d026e7bc53f02a5ac042
tree9ab8080273508c7fae291a3f3e8daecae102fac3
parentc2f2f0000bb69f067fea12624272e6a58a811702
n_gsm: clean up printks

[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>
drivers/tty/n_gsm.c