Skip to content
  • Greg Kroah-Hartman's avatar
    USB: ldusb.c: remove err() usage · b22862e5
    Greg Kroah-Hartman authored
    
    
    err() was a very old USB-specific macro that I thought had
    gone away.  This patch removes it from being used in the
    driver and uses dev_err() instead.
    
    CC: Michael Hund <mhund@ld-didactic.de>
    CC: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
    CC: Sarah Sharp <sarah.a.sharp@linux.intel.com>
    CC: Felipe Balbi <balbi@ti.com>
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
    b22862e5