From: Bartlomiej Zolnierkiewicz Date: Mon, 20 Aug 2007 20:42:56 +0000 (+0200) Subject: cs5530: add missing ->dma_base check X-Git-Tag: v2.6.23-rc4~102^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7b0d2df2f6fd9abdf47b4a1965dcaa2870e35df;p=pandora-kernel.git cs5530: add missing ->dma_base check If ->dma_base is not set (== PCI BAR4 cannot be reserved) then DMA hooks shouldn't be initialized or bad things will happen. Also this host driver requires valid PCI BAR4 for normal operation so check it in ->init_chipset and fail initialization if not set. Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed