From: Olivier Sobrie Date: Thu, 12 Mar 2015 21:47:13 +0000 (-0700) Subject: Input: pwm-beeper - remove useless call to pwm_config() X-Git-Tag: v3.2.82~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8025db4dc8593abea2c1f70bb70315790550fe1;p=pandora-kernel.git Input: pwm-beeper - remove useless call to pwm_config() commit d1b12075ffa808dce33dd46b7ad035bebf8da215 upstream. Calling pwm_config() with a period equal to zero always results in error (-EINVAL) and pwm chip config method is never called. Signed-off-by: Olivier Sobrie Signed-off-by: Dmitry Torokhov Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed