j
k
j a
j l
if (cur_cap == -1) { dev_dbg(bus->dev, "Invalid capability reg read\n"); break; }
if (cur_cap == -1) {
dev_dbg(bus->dev, "Invalid capability reg read\n");
break;
}
Since we already have a default case in the current code, can we use it ? I am sending you a untested patch, as proposal.
Attachments:
Back to the thread
Back to the list