Blackfin SPI driver: tweak spi cleanup function to match newer kernel changes
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com> Signed-off-by: Bryan Wu <bryan.wu@analog.com> Cc: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
Родитель
566da5b266
Коммит
27bb9e79bc
|
@ -1082,7 +1082,7 @@ static int setup(struct spi_device *spi)
|
|||
*/
|
||||
static void cleanup(struct spi_device *spi)
|
||||
{
|
||||
struct chip_data *chip = spi_get_ctldata((struct spi_device *)spi);
|
||||
struct chip_data *chip = spi_get_ctldata(spi);
|
||||
|
||||
kfree(chip);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче