1. 05 5月, 2012 12 次提交
  2. 02 5月, 2012 26 次提交
  3. 26 4月, 2012 2 次提交
    • G
      USB: usbtouchscreen.c: remove err() usage · e27ad0fe
      Greg Kroah-Hartman 提交于
      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: Dmitry Torokhov <dmitry.torokhov@gmail.com>
      CC: Henrik Rydberg <rydberg@euromail.se>
      CC: Rusty Russell <rusty@rustcorp.com.au>
      CC: Viresh Kumar <viresh.kumar@st.com>
      CC: Armando Visconti <armando.visconti@st.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      e27ad0fe
    • G
      USB: wacom_sys.c: remove err() usage · b3169fec
      Greg Kroah-Hartman 提交于
      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: Dmitry Torokhov <dmitry.torokhov@gmail.com>
      CC: Ping Cheng <pingc@wacom.com>
      CC: Chris Bagwell <chris@cnpbagwell.com>
      CC: Eduard Hasenleithner <eduard@hasenleithner.at>
      CC: Jason Gerecke <killertofu@gmail.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      b3169fec