diff options
author | Cliff Cai <[email protected]> | 2009-12-15 11:08:44 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2009-12-23 11:34:13 -0800 |
commit | f95c4c0186aa94ad41681d8f0ecd79cc45f92bda (patch) | |
tree | bfec6c0f9dd15731df51ba8753ba39c70e3868b4 /net/lapb/lapb_in.c | |
parent | e3060b175c1bd60586f51482464530dd1b37f3cf (diff) |
USB: musb: fix compiling warning with min() macro
Current musb gadget dma code produces the warning:
drivers/usb/musb/musb_gadget.c: In function 'txstate':
drivers/usb/musb/musb_gadget.c:312: warning: comparison of distinct
pointer types lacks a cast
So switch to min_t(size_t, ...).
Signed-off-by: Cliff Cai <[email protected]>
Signed-off-by: Mike Frysinger <[email protected]>
Signed-off-by: Felipe Balbi <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions