From: Larry Finger Date: Wed, 4 Sep 2013 20:56:03 +0000 (-0500) Subject: staging: r8188eu: Fix smatch warning in os_dep/ioctl_linux.c X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~715 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22fd8b772c93df1073decd1dcb7477c87481ee54;p=pandora-kernel.git staging: r8188eu: Fix smatch warning in os_dep/ioctl_linux.c Smatch reports the following: drivers/staging/rtl8188eu/os_dep/ioctl_linux.c:4891 set_group_key() warn: missing break? reassigning 'keylen' As it suggests, there is a missing break statement. Signed-off-by: Larry Finger Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed