staging/csr: remove the initialisation of interfaceTag and its comment in handle_bh_error
authorDevendra Naga <develkernel412222@gmail.com>
Sat, 4 Aug 2012 07:18:05 +0000 (13:03 +0545)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Aug 2012 01:57:44 +0000 (18:57 -0700)
commitbe21a084c104de45d8bfab0a0ad3a73ed902db25
tree120cc21e7548c22dc6103b5241a3bc7ae24ac91b
parentb29687fb8857061348db95c13712ca36549725b2
staging/csr: remove the initialisation of interfaceTag and its comment in handle_bh_error

the interfaceTag is actually initialised in for loop of this function
and its not needed to initialise it before for loop.

and also remove the comment that is obvious about this variable.

Cc: Mikko Virkkilä <mikko.virkkila@bluegiga.com>
Cc: Lauri Hintsala <Lauri.Hintsala@bluegiga.com>
Cc: Riku Mettälä <riku.mettala@bluegiga.com>
Cc: Veli-Pekka Peltola <veli-pekka.peltola@bluegiga.com>
Signed-off-by: Devendra Naga <develkernel412222@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/csr/bh.c