Re: [PATCH] fbdev: Nuke FBINFO_MODULE

2017-08-01 Thread Bartlomiej Zolnierkiewicz
On Thursday, July 13, 2017 04:01:50 PM Bartlomiej Zolnierkiewicz wrote: > On Wednesday, July 12, 2017 05:07:42 PM Daniel Vetter wrote: > > On Wed, Jul 12, 2017 at 2:54 PM, Bartlomiej Zolnierkiewicz > > wrote: > > > On Wednesday, July 12, 2017 02:42:14 PM Daniel Vetter wrote: > > >> On Wed, Jul 12,

Re: [PATCH] fbdev: Nuke FBINFO_MODULE

2017-07-13 Thread Sean Paul
On Tue, Jul 11, 2017 at 04:52:19PM +0200, Daniel Vetter wrote: > Instead check info->ops->owner, which amounts to the same. > > Spotted because I want to remove the pile of broken and cargo-culted > fb_info->flags assignments in drm drivers. > > v2: Fixup matrox (reported by kbuild). Also nuke FB

Re: [PATCH] fbdev: Nuke FBINFO_MODULE

2017-07-13 Thread Bartlomiej Zolnierkiewicz
On Wednesday, July 12, 2017 05:07:42 PM Daniel Vetter wrote: > On Wed, Jul 12, 2017 at 2:54 PM, Bartlomiej Zolnierkiewicz > wrote: > > On Wednesday, July 12, 2017 02:42:14 PM Daniel Vetter wrote: > >> On Wed, Jul 12, 2017 at 12:41:34PM +0200, Bartlomiej Zolnierkiewicz wrote: > >> > On Tuesday, Jul

Re: [PATCH] fbdev: Nuke FBINFO_MODULE

2017-07-12 Thread Daniel Vetter
On Wed, Jul 12, 2017 at 2:54 PM, Bartlomiej Zolnierkiewicz wrote: > On Wednesday, July 12, 2017 02:42:14 PM Daniel Vetter wrote: >> On Wed, Jul 12, 2017 at 12:41:34PM +0200, Bartlomiej Zolnierkiewicz wrote: >> > On Tuesday, July 11, 2017 04:52:19 PM Daniel Vetter wrote: >> > > Instead check info->

Re: [PATCH] fbdev: Nuke FBINFO_MODULE

2017-07-12 Thread Bartlomiej Zolnierkiewicz
On Wednesday, July 12, 2017 02:42:14 PM Daniel Vetter wrote: > On Wed, Jul 12, 2017 at 12:41:34PM +0200, Bartlomiej Zolnierkiewicz wrote: > > On Tuesday, July 11, 2017 04:52:19 PM Daniel Vetter wrote: > > > Instead check info->ops->owner, which amounts to the same. > > > > > > Spotted because I wa

Re: [PATCH] fbdev: Nuke FBINFO_MODULE

2017-07-12 Thread Daniel Vetter
On Wed, Jul 12, 2017 at 12:41:34PM +0200, Bartlomiej Zolnierkiewicz wrote: > On Tuesday, July 11, 2017 04:52:19 PM Daniel Vetter wrote: > > Instead check info->ops->owner, which amounts to the same. > > > > Spotted because I want to remove the pile of broken and cargo-culted > > fb_info->flags ass

Re: [PATCH] fbdev: Nuke FBINFO_MODULE

2017-07-12 Thread Bartlomiej Zolnierkiewicz
On Tuesday, July 11, 2017 04:52:19 PM Daniel Vetter wrote: > Instead check info->ops->owner, which amounts to the same. > > Spotted because I want to remove the pile of broken and cargo-culted > fb_info->flags assignments in drm drivers. > > v2: Fixup matrox (reported by kbuild). Also nuke FBINFO

[PATCH] fbdev: Nuke FBINFO_MODULE

2017-07-11 Thread Daniel Vetter
Instead check info->ops->owner, which amounts to the same. Spotted because I want to remove the pile of broken and cargo-culted fb_info->flags assignments in drm drivers. v2: Fixup matrox (reported by kbuild). Also nuke FBINFO_FLAG_* defines that I've failed to spot. v3: Don't nuke FBINFO_FLAG_D

[PATCH] fbdev: Nuke FBINFO_MODULE

2017-07-11 Thread Daniel Vetter
Instead check info->ops->owner, which amounts to the same. Spotted because I want to remove the pile of broken and cargo-culted fb_info->flags assignments in drm drivers. v2: Fixup matrox (reported by kbuild). Also nuke FBINFO_FLAG_* defines that I've failed to spot. Cc: Bartlomiej Zolnierkiewic