Fix a kernel module hang when playing a video with VLC
The hang was caused because the driver attempted to call dev_dbg with the rsz_dev struct being NULL. This patch fixes the bug number 4690. Some dev_dbg functions were missing the format string. Removed unused functions. Initialize correctly the rsz_dev. The real error now is "Resizer write buffer overflow".
Showing
Please register or sign in to comment