Re: [PATCH 10/99] fbdev/atafb: Parse option string with struct option_iter

2023-03-06 Thread kernel test robot
n-iterator/20230307-000524 base: git://anongit.freedesktop.org/drm/drm-misc drm-misc-next patch link: https://lore.kernel.org/r/20230306160016.4459-11-tzimmermann%40suse.de patch subject: [PATCH 10/99] fbdev/atafb: Parse option string with struct option_iter config: m68k-allyesconfig (https://d

[PATCH 10/99] fbdev/atafb: Parse option string with struct option_iter

2023-03-06 Thread Thomas Zimmermann
Use struct option_iter to walk over the individual options in the driver's option string. Replaces the hand-written strsep() loop with a clean interface. The helpers for struct option_iter handle empty option strings and empty options transparently. The struct's _init and _release functions duplica