Tag: 1ce7948fe18230ae096cdb78211715309de9889c

Staging: rtl8188eu: Remove redundant local variable

Author: Somya Anand <somyaanand214@gmail.com> This patch removes a redundant variable “val” and adds inline return statements. It also adds a default case to the switch statement which returns 0 to keep the logic intact. It also removes a redundant variable “inx” and adds inline return statements. This issue is identified by the following coccinelle script. …

Continue reading