Hi folks, These patches prepare for media device refcounting but do not bring those changes yet. They're worthwhile on their own merits. since v1: - Use IS_ERR_OR_NULL() check in error handling for omap3isp_hist_init() instead of IS_ERR() --- the argument may be NULL as well. Sakari Ailus (6): omap3isp: Don't rely on devm for memory resource management omap3isp: Call video_unregister_device() unconditionally omap3isp: Remove misleading comment omap3isp: Disable streaming at driver unbind time media: Remove useless curly braces and parentheses media: devnode: Rename mdev argument as devnode drivers/media/media-device.c | 9 ++++----- drivers/media/platform/omap3isp/isp.c | 18 ++++++++++++------ drivers/media/platform/omap3isp/isph3a_aewb.c | 24 +++++++++++++++++------- drivers/media/platform/omap3isp/isph3a_af.c | 24 +++++++++++++++++------- drivers/media/platform/omap3isp/isphist.c | 11 +++++++---- drivers/media/platform/omap3isp/ispstat.c | 2 ++ drivers/media/platform/omap3isp/ispvideo.c | 27 ++++++++++++++++----------- 7 files changed, 75 insertions(+), 40 deletions(-) -- 2.11.0