1. 30 6月, 2006 4 次提交
    • D
      [PATCH] GPIO for SCx200 & PC-8736x: x86-only · 699352c3
      Dave Jones 提交于
      AFAICT, this is x86 only, so the patch below is needed to stop this new
      option showing up on PPC, IA64, etc..
      Signed-off-by: NDave Jones <davej@redhat.com>
      Cc: Jim Cromie <jim.cromie@gmail.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      699352c3
    • E
      [PATCH] Deref in drivers/block/paride/pf.c · 8e53cfc8
      Eric Sesterhenn 提交于
      Another possible dereference detected by coverity (id #759).  pf_probe()
      might call pf_identify() which might call get_capacity() which dereferences
      pf->disk
      Signed-off-by: NEric Sesterhenn <snakebyte@gmx.de>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      8e53cfc8
    • D
      [PATCH] remove devinit from ioc4 pci_driver · 85bd8434
      Dave Jones 提交于
      Documention/pci.txt states..
      "The struct pci_driver shouldn't be marked with any of these tags."
      (Referring to __devinit and friends).
      
      (akpm: good documentation, that.  Link this driver into vmlinux with hotplug
      CPU disabled and it'll crash).
      Signed-off-by: NDave Jones <davej@redhat.com>
      Cc: Brent Casavant <bcasavan@sgi.com>
      Cc: Pat Gefre <pfg@sgi.com>
      Cc: Jes Sorensen <jes@sgi.com>
      Cc: Tony Luck <tony.luck@intel.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      85bd8434
    • A
      [PATCH] fix sgivwfb compile · 0686cd8f
      Adrian Bunk 提交于
      drivers/built-in.o: In function `sgivwfb_set_par':
      sgivwfb.c:(.text+0x88583): undefined reference to `sgivwfb_mem_phys'
      sgivwfb.c:(.text+0x88596): undefined reference to `sgivwfb_mem_phys'
      sgivwfb.c:(.text+0x885a8): undefined reference to `sgivwfb_mem_phys'
      drivers/built-in.o: In function `sgivwfb_check_var':
      sgivwfb.c:(.text+0x88ad0): undefined reference to `sgivwfb_mem_size'
      drivers/built-in.o: In function `sgivwfb_mmap':
      sgivwfb.c:(.text+0x88c75): undefined reference to `sgivwfb_mem_size'
      sgivwfb.c:(.text+0x88c7f): undefined reference to `sgivwfb_mem_phys'
      drivers/built-in.o: In function `sgivwfb_probe':
      sgivwfb.c:(.init.text+0x4060): undefined reference to `sgivwfb_mem_size'
      sgivwfb.c:(.init.text+0x4065): undefined reference to `sgivwfb_mem_phys'
      sgivwfb.c:(.init.text+0x4076): undefined reference to `sgivwfb_mem_phys'
      sgivwfb.c:(.init.text+0x409c): undefined reference to `sgivwfb_mem_size'
      sgivwfb.c:(.init.text+0x410e): undefined reference to `sgivwfb_mem_size'
      sgivwfb.c:(.init.text+0x4113): undefined reference to `sgivwfb_mem_phys'
      sgivwfb.c:(.init.text+0x4162): undefined reference to `sgivwfb_mem_size'
      sgivwfb.c:(.init.text+0x4168): undefined reference to `sgivwfb_mem_phys'
      make: *** [.tmp_vmlinux1] Error 1
      Signed-off-by: NAdrian Bunk <bunk@stusta.de>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      0686cd8f
  2. 29 6月, 2006 20 次提交
  3. 28 6月, 2006 16 次提交