diff options
| author | Felipe Balbi <balbi@ti.com> | 2015-12-10 13:08:20 -0600 |
|---|---|---|
| committer | Felipe Balbi <balbi@ti.com> | 2015-12-16 10:07:27 -0600 |
| commit | 95ca961c758cd9ce789247098b09c39017637e58 (patch) | |
| tree | ab592e351593daddcfa530ecad149449bfb18668 /net/lapb/lapb_in.c | |
| parent | 855ed04a3758b205e84b269f92d26ab36ed8e2f7 (diff) | |
usb: dwc3: gadget: pass a condition to dev_WARN_ONCE()
instead of using:
if (condition) {
dev_WARN_ONCE(dev, true, "foo");
return -EINVAL;
}
let's use:
if (dev_WARN_ONCE(dev, condition, "foo"))
return -EINVAL;
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions
