Hi, On 11/21/22 10:01, Andy Shevchenko wrote: > On Sun, Nov 20, 2022 at 11:40:51PM +0100, Hans de Goede wrote: >> After the conversion to videobuf2 userptr support is no longer needed, >> drop it. > > ... > >> dev_dbg(atomisp_dev, >> - "%s: pages: 0x%08x (%zu bytes), type: %d, user ptr %p\n", >> - __func__, bo->start, bytes, type, userptr); >> + "%s: pages: 0x%08x (%zu bytes), type: %d, vmalloc %p\n", >> + __func__, bo->start, bytes, type, vmalloc); > > I believe we may drop __func__ here as well. Fixed in my media-atomisp branch. Regards, Hans