On Fri, May 27, 2016 at 06:38:14PM +0200, Boris Brezillon wrote: > On Fri, 27 May 2016 09:35:33 -0700 > Brian Norris <briannor...@chromium.org> wrote: > > On Fri, May 27, 2016 at 09:34:39AM +0200, Boris Brezillon wrote: > > Now that you mention it, I think you've also dropped some signed > > (negative value) checking in pwm_config(). I'll squash in your diff + > > some pwm_config() fixes. > > ->period and ->duty_cycle are unsigned now ;).
Not in pwm_config(). And we don't want to implitly make thos into large unsigned values. Brian