1. 25 8月, 2013 1 次提交
  2. 07 12月, 2012 1 次提交
  3. 05 9月, 2012 1 次提交
    • J
      mmc: vub300: add missing usb_free_urb · 5fdb4505
      Julia Lawall 提交于
      Add missing usb_free_urb on failure path after usb_alloc_urb.
      
      A simplified version of the semantic match that finds this problem is as
      follows: (http://coccinelle.lip6.fr/)
      
      // <smpl>
      @km exists@
      local idexpression e;
      expression e1,e2,e3;
      type T,T1;
      identifier f;
      @@
      
      * e = usb_alloc_urb(...)
      ... when any
          when != e = e1
          when != e1 = (T)e
          when != e1(...,(T)e,...)
          when != &e->f
      if(...) { ... when != e2(...,(T1)e,...)
                       when != e3 = e
                       when forall
      (
                   return <+...e...+>;
      |
      *             return ...;
      ) }
      // </smpl>
      Signed-off-by: NJulia Lawall <Julia.Lawall@lip6.fr>
      Signed-off-by: NChris Ball <cjb@laptop.org>
      5fdb4505
  4. 02 9月, 2012 1 次提交
  5. 13 1月, 2012 1 次提交
  6. 20 12月, 2011 1 次提交
  7. 24 6月, 2011 1 次提交
  8. 19 6月, 2011 1 次提交
  9. 25 5月, 2011 1 次提交