Hi Tomi, On Thu, Oct 28, 2021 at 11:27:05AM +0300, Tomi Valkeinen wrote: > Hi Jacopo, > > On 17/10/2021 21:24, Jacopo Mondi wrote: > > Add a for_each_active_route() macro to replace the repeated pattern > > of iterating on the active routes of a routing table. > > > > Replace the existing occurrences of such pattern in the codebase. > > > > Signed-off-by: Jacopo Mondi <jacopo+renesas@xxxxxxxxxx> > > --- > > drivers/media/i2c/ds90ub913.c | 8 ++------ > > drivers/media/i2c/ds90ub953.c | 7 ++----- > > drivers/media/i2c/ds90ub960.c | 8 ++------ > > drivers/media/i2c/max9286.c | 10 ++-------- > > drivers/media/platform/ti-vpe/cal-video.c | 9 ++------- > > drivers/media/v4l2-core/v4l2-subdev.c | 18 ++++++++++++++++++ > > include/media/v4l2-subdev.h | 11 +++++++++++ > > 7 files changed, 39 insertions(+), 32 deletions(-) > > I'll pick this one to my branch, if you don't mind. My pleasure! Go ahead please! > > Tomi