> struct fb_info *info = &fbdev->info; > > if (!fbdev) > return -EINVAL; Is such a null pointer check still relevant for the discussed function implementation? Regards, Markus
> struct fb_info *info = &fbdev->info; > > if (!fbdev) > return -EINVAL; Is such a null pointer check still relevant for the discussed function implementation? Regards, Markus
![]() |