Short summary of fixes pull:

* Fix fbdev initializer macros
 -----BEGIN PGP SIGNATURE-----
 
 iQEzBAABCAAdFiEEchf7rIzpz2NEoWjlaA3BHVMLeiMFAmSK+EQACgkQaA3BHVML
 eiMs5AgAoFPhjyaazHaRur8YbBPej1WpUSpAM8vB3hL1lCY56aI9KT2vuWCBbXP7
 PBgq84I5XvpY50pTBLk5sRVP5xtMnzQJUlkV5Xo1G7zoX3VfC/AIhiT0M/pheFrl
 sAM+NP5OXrGLjONZ+6yeeHgW8zQHrFQbbjkfSH0hcomRiNpxVMsb9tXxQ/ilQ2V4
 Bu50kx8iPZckCrHgDX2pfNrxdBzPwt/GZvQh0O321bwee9jAowrBEPH+NJ2RH7Lt
 6pmPt7q1b9sfPfVJJThvYdDpREWL+YLwHPwI+/uYSEGNjlKU6g4ryH+BIz+QgqfH
 KjrMwmZQglQeE+FYTbmeF+ncQ2yXfA==
 =ivmN
 -----END PGP SIGNATURE-----

Merge tag 'drm-misc-next-fixes-2023-06-15' of git://anongit.freedesktop.org/drm/drm-misc into drm-next

Short summary of fixes pull:

 * Fix fbdev initializer macros

Signed-off-by: Dave Airlie <airlied@redhat.com>

From: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20230615114009.GA27261@linux-uq9g
pull/877/head
Dave Airlie 2023-06-19 11:26:07 +10:00
commit 4e237d84ee
1 changed files with 2 additions and 2 deletions

View File

@ -552,7 +552,7 @@ extern ssize_t fb_io_write(struct fb_info *info, const char __user *buf,
.fb_imageblit = cfb_imageblit
#define __FB_DEFAULT_IO_OPS_MMAP \
.fb_mmap = NULL // default implementation
.fb_mmap = NULL /* default implementation */
#define FB_DEFAULT_IO_OPS \
__FB_DEFAULT_IO_OPS_RDWR, \
@ -585,7 +585,7 @@ extern ssize_t fb_sys_write(struct fb_info *info, const char __user *buf,
.fb_imageblit = sys_imageblit
#define __FB_DEFAULT_SYS_OPS_MMAP \
.fb_mmap = NULL // default implementation
.fb_mmap = NULL /* default implementation */
#define FB_DEFAULT_SYS_OPS \
__FB_DEFAULT_SYS_OPS_RDWR, \