Home
last modified time | relevance | path

Searched hist:b44d419b98fae759b4f746186b1d1c8d01d962f2 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/usb/
H A Dformat.cdiff b44d419b98fae759b4f746186b1d1c8d01d962f2 Thu Mar 29 04:03:19 CDT 2018 Dan Carpenter <dan.carpenter@oracle.com> ALSA: usb-audio: silence a static checker warning

We recently made "format" a u64 variable so now static checkers complain
that this shift will wrap around if format is more than 31. I don't
think it makes a difference for runtime, but it's simple to silence the
warning.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>