From: Stefan Richter Date: Sat, 5 Sep 2009 11:23:49 +0000 (+0200) Subject: firewire: core: fix crash in iso resource management X-Git-Tag: v2.6.31-rc9~1^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1821bc19d54009b6f5e6462dd79074d728080839;p=pandora-kernel.git firewire: core: fix crash in iso resource management This fixes a regression due to post 2.6.30 commit "firewire: core: do not DMA-map stack addresses" 6fdc03709433ccc2005f0f593ae9d9dd04f7b485. As David Moore noted, a previously correct sizeof() expression became wrong since the commit changed its argument from an array to a pointer. This resulted in an oops in ohci_cancel_packet in the shared workqueue thread's context when an isochronous resource was to be freed. Reported-by: Jonathan Cameron Signed-off-by: Stefan Richter --- Reading git-diff-tree failed