]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: csr: os.c: remove col variable
authorDevendra Naga <devendra.aaru@gmail.com>
Tue, 30 Oct 2012 19:18:40 +0000 (15:18 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 30 Oct 2012 19:45:38 +0000 (12:45 -0700)
commit958bcf5b36f5bbe7b5a3bb423181f8b745bfe23b
treefb3bc72cb9af0ea2d383505dcb4eeff46c94de8d
parentffe6d91cdb3ff26d8287286e2af41ccb1302dfbf
staging: csr: os.c: remove col variable

theres no point in checking the col variable,
its always zero, and wont print a new line, actually
its better to have a new line after a set of characters
printed, instead of confusing with the concatenated
characters when called multiple times at a time.

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/csr/os.c