mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 13:41:51 +00:00
310fda622b
A dma_free_coherent() call is missing in the error handling path of the
probe, as already done in the remove function.
In fact, this call is included in aspeed_video_free_buf(). So use the
latter both in the error handling path of the probe and in the remove
function.
It is easier to see the relation with aspeed_video_alloc_buf() this way.
Fixes:
|
||
---|---|---|
.. | ||
aspeed-video.c | ||
Kconfig | ||
Makefile |