Tag: 950094cb06f3cfd75338d8c197d1d3924724b1a8

drivers/net/wireless/iwlwifi/iwl-agn.c: Fix return value from an unsigned function

Author: Julia Lawall <julia@diku.dk> The function has an unsigned return type, but returns a negative constant to indicate an error condition. Another error condition in the same function is indicated by returning 0, and indeed the only call to the function checks for 0 to detect errors, so the return of a negative value it …

Continue reading