]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cs5536: define dma_sff_read_status() method
authorSergei Shtylyov <sshtylyov@ru.mvista.com>
Tue, 5 May 2009 11:34:34 +0000 (15:34 +0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 8 May 2009 22:45:10 +0000 (15:45 -0700)
commit80c2d4701095c98d01ae4cda681bd231625e4ac7
treee7063e2166477aeed920c01dd00c5b29465b3f9d
parent334ed22054b2ec8477e4409e214fc139cf937ef6
cs5536: define dma_sff_read_status() method

commit 15da90b516e9da92cc1d90001e640fd6707d0e27 upstream.

The driver somehow got merged with the initializer for the dma_sff_read_status()
method missing which caused kernel panic on bootup.

This should fix the kernel.org bug #13026...

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Reported-by: Arnd Hannemann <hannemann@nets.rwth-aachen.de>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/ide/cs5536.c