]> Git Repo - linux.git/commit
ALSA: bebob: Fix prototype of helper function to return negative value
authorTakashi Sakamoto <[email protected]>
Sat, 26 Oct 2019 03:06:20 +0000 (12:06 +0900)
committerTakashi Iwai <[email protected]>
Sat, 26 Oct 2019 07:06:20 +0000 (09:06 +0200)
commitf2bbdbcb075f3977a53da3bdcb7cd460bc8ae5f2
tree3f8c1593426e96fc7e84331259205541344efc90
parent8a6c55d0f883e9a7e7c91841434f3b6bbf932bb2
ALSA: bebob: Fix prototype of helper function to return negative value

A helper function of ALSA bebob driver returns negative value in a
function which has a prototype to return unsigned value.

This commit fixes it by changing the prototype.

Fixes: eb7b3a056cd8 ("ALSA: bebob: Add commands and connections/streams management")
Cc: <[email protected]> # v3.16+
Signed-off-by: Takashi Sakamoto <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
sound/firewire/bebob/bebob_stream.c
This page took 0.054497 seconds and 4 git commands to generate.