diff options
author | Lucas Tanure <tanure@linux.com> | 2016-01-26 00:30:23 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2016-01-26 13:38:53 +0300 |
commit | 07905298e4d5777eb58516cdc242f7ac1ca387a2 (patch) | |
tree | bd97b0dc55b987fa1b1b4d823ab95253020dfdf5 /mm/dmapool.c | |
parent | 5a4ff9ec8d6edd2ab1cfe8ce6a080d6e57cbea9a (diff) | |
download | linux-07905298e4d5777eb58516cdc242f7ac1ca387a2.tar.xz |
ALSA: bebob: Use a signed return type for get_formation_index
The return type "unsigned int" was used by the get_formation_index function
despite of the aspect that it will eventually return a negative error code.
So, change to signed int and get index by reference in the parameters.
Done with the help of Coccinelle.
[Fix the missing braces suggested by Julia Lawall -- tiwai]
Signed-off-by: Lucas Tanure <tanure@linux.com>
Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Tested-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'mm/dmapool.c')
0 files changed, 0 insertions, 0 deletions