Remove the else because the if statement has a break or return statement. This patch fixes the following checkpatch warnings: WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return.