staging: wlan-ng: prism2mgmt.c Fix break not useful
authorJeshwanth Kumar N K <jeshkumar555@gmail.com>
Thu, 14 Aug 2014 20:11:04 +0000 (01:41 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 17 Aug 2014 16:49:48 +0000 (09:49 -0700)
Fixed up warnings, break is not useful after return statement.
And the exit Label is deleted, now returning inline.

Signed-off-by: Jeshwanth Kumar N K <jeshkumar555@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found