1. 03 2月, 2012 7 次提交
  2. 28 12月, 2011 1 次提交
  3. 20 12月, 2011 1 次提交
  4. 02 12月, 2011 3 次提交
  5. 01 12月, 2011 1 次提交
  6. 30 11月, 2011 4 次提交
  7. 29 11月, 2011 1 次提交
  8. 22 11月, 2011 1 次提交
  9. 19 11月, 2011 1 次提交
    • G
      USB: convert drivers/net/* to use module_usb_driver() · d632eb1b
      Greg Kroah-Hartman 提交于
      This converts the drivers in drivers/net/* to use the
      module_usb_driver() macro which makes the code smaller and a bit
      simpler.
      
      Added bonus is that it removes some unneeded kernel log messages about
      drivers loading and/or unloading.
      
      Cc: Wolfgang Grandegger <wg@grandegger.com>
      Cc: Samuel Ortiz <samuel@sortiz.org>
      Cc: Oliver Neukum <oliver@neukum.name>
      Cc: Peter Korsgaard <jacmet@sunsite.dk>
      Cc: Petko Manolov <petkan@users.sourceforge.net>
      Cc: Steve Glendinning <steve.glendinning@smsc.com>
      Cc: Christian Lamparter <chunkeey@googlemail.com>
      Cc: "John W. Linville" <linville@tuxdriver.com>
      Cc: Dan Williams <dcbw@redhat.com>
      Cc: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
      Cc: Ivo van Doorn <IvDoorn@gmail.com>
      Cc: Gertjan van Wingerde <gwingerde@gmail.com>
      Cc: Helmut Schaa <helmut.schaa@googlemail.com>
      Cc: Herton Ronaldo Krzesinski <herton@canonical.com>
      Cc: Hin-Tak Leung <htl10@users.sourceforge.net>
      Cc: Larry Finger <Larry.Finger@lwfinger.net>
      Cc: Chaoming Li <chaoming_li@realsil.com.cn>
      Cc: Lucas De Marchi <lucas.demarchi@profusion.mobi>
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: Roel Kluin <roel.kluin@gmail.com>
      Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
      Cc: Jiri Pirko <jpirko@redhat.com>
      Cc: Pavel Roskin <proski@gnu.org>
      Cc: Yoann DI-RUZZA <y.diruzza@lim.eu>
      Cc: George <george0505@realtek.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      d632eb1b
  10. 17 11月, 2011 1 次提交
  11. 15 11月, 2011 1 次提交
  12. 14 11月, 2011 1 次提交
  13. 18 10月, 2011 1 次提交
  14. 11 10月, 2011 1 次提交
  15. 29 9月, 2011 2 次提交
  16. 28 9月, 2011 1 次提交
    • P
      doc: fix broken references · 395cf969
      Paul Bolle 提交于
      There are numerous broken references to Documentation files (in other
      Documentation files, in comments, etc.). These broken references are
      caused by typo's in the references, and by renames or removals of the
      Documentation files. Some broken references are simply odd.
      
      Fix these broken references, sometimes by dropping the irrelevant text
      they were part of.
      Signed-off-by: NPaul Bolle <pebolle@tiscali.nl>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      395cf969
  17. 21 9月, 2011 1 次提交
  18. 17 9月, 2011 1 次提交
  19. 27 8月, 2011 2 次提交
  20. 18 8月, 2011 4 次提交
  21. 15 8月, 2011 1 次提交
    • M
      net/can/mscan: add __iomem annotations · 665d7eb8
      Marc Kleine-Budde 提交于
      This patch fixes the following sparse warning by adding the missing
      __iomem annotation.
      
      drivers/net/can/mscan/mscan.c:73:32: warning: incorrect type in argument 1 (different address spaces)
      drivers/net/can/mscan/mscan.c:73:32:    expected unsigned char volatile [noderef] [usertype] <asn:2>*addr
      drivers/net/can/mscan/mscan.c:73:32:    got unsigned char *<noident>
      Signed-off-by: NMarc Kleine-Budde <mkl@pengutronix.de>
      665d7eb8
  22. 14 8月, 2011 1 次提交
    • J
      drivers/net/can/sja1000/plx_pci.c: eliminate double free · 951f2f96
      Julia Lawall 提交于
      In this code, the failure_cleanup label calls the function
      plx_pci_del_card, which frees everything in the card->net_dev array.  dev
      is placed in this array immediately after allocation, so the two subsequent
      jumps to failure_cleanup should not also call free_sja1000dev, but the
      second one does.
      
      If plx_pci_check_sja1000 fails, then free_sja1000dev is also called on
      dev.  Because dev is already in the card->net_dev array, this implies that
      when plx_pci_del_card is later called, it may get freed again.  So that
      entry is reset to NULL after the free.
      
      Finally, if there is a problem with one channel, there will be a hole in the
      array.  card->channels counts the number of channels that have succeeded,
      and does not keep track of the index of the largest element in the array
      that is valid.  So the loop in plx_pci_del_card is changed to go up to
      PLX_PCI_MAX_CHAN, which is only 2.
      Signed-off-by: NJulia Lawall <julia@diku.dk>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      951f2f96
  23. 11 8月, 2011 1 次提交
  24. 24 7月, 2011 1 次提交
新手
引导
客服 返回
顶部