https://github.com/torvalds/linux
Revision 4031826b3ca40982880f6b9f2282c7d7fad60d77 authored by Tejun Heo on 02 July 2007, 16:38:47 UTC, committed by Jeff Garzik on 03 July 2007, 14:06:35 UTC
host->irq and host->irq2 should be set before ata_host_register() for
IRQ reporting to work.  Move up host->irq assignment in
ata_host_activate() and add it to ata_pci_init_one() native path and
pata_cs5520.

The port info printing in ata_host_register() doesn't fit all the
different controllers.  It should probably be moved out to LLDs with
some helpers in the future.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
1 parent aa2e09d
History
Tip revision: 4031826b3ca40982880f6b9f2282c7d7fad60d77 authored by Tejun Heo on 02 July 2007, 16:38:47 UTC
libata: fix assigned IRQ reporting
Tip revision: 4031826
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 572 bytes
.mailmap -rw-r--r-- 3.6 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 89.3 KB
Kbuild -rw-r--r-- 1.5 KB
MAINTAINERS -rw-r--r-- 87.8 KB
Makefile -rw-r--r-- 49.2 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top