From: Dmitry Torokhov Date: Fri, 25 Dec 2009 05:44:19 +0000 (-0800) Subject: Input: ff-memless - another fix for signed to unsigned overflow X-Git-Tag: v2.6.33-rc3~31^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b11c88d3e8f55dc9d193d19de11e3f7abc1b7d7;p=pandora-kernel.git Input: ff-memless - another fix for signed to unsigned overflow The commit 9e68177ef93b2f34eee5a1e1707bceef4b9ba69c changed 'gain' from signed to unsigned to fix an issue with rumble effect calculation, however it introduced problems when calculating constant effects. Having 'gain' being unsigned int was an unfortunate choice since it dominates all implicit type conversions causing everything to be treated as unsigned int. Let's change it back to signed int and simply add proper casts to rumble effect calculations. Reported-by: Gary Stein Acked-by: Anssi Hannula Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed