Re: [PATCH 1/1] v4l: Document the practice of symmetrically calling s_power(dev, 0/1)

2017-04-17 Thread Mauro Carvalho Chehab
Em Thu, 9 Mar 2017 13:54:45 +0200 Sakari Ailus escreveu: > The caller must always call the s_power() op symmetrically powering the > device on and off. This is the practice albeit it was not documented. A > lot of sub-device drivers rely on it, so document it

[PATCH 1/1] v4l: Document the practice of symmetrically calling s_power(dev, 0/1)

2017-03-09 Thread Sakari Ailus
The caller must always call the s_power() op symmetrically powering the device on and off. This is the practice albeit it was not documented. A lot of sub-device drivers rely on it, so document it accordingly. Signed-off-by: Sakari Ailus ---