From: Michal MalĂ˝ Date: Wed, 1 Oct 2014 14:04:56 +0000 (+0200) Subject: Do not set "eff->state" where "eff->change" should be set X-Git-Url: https://gitweb.devoid-pointer.net/?a=commitdiff_plain;h=cb1fc5e504eb0ba8fd552d3007ad0ef9603033bf;p=KLGD_FF_plugin.git Do not set "eff->state" where "eff->change" should be set --- diff --git a/klgd_ff_plugin.c b/klgd_ff_plugin.c index ec9cd2f..43c63bb 100644 --- a/klgd_ff_plugin.c +++ b/klgd_ff_plugin.c @@ -342,7 +342,7 @@ static struct klgd_command_stream * ffpl_get_commands(struct klgd_plugin *self, printk(KERN_WARNING "Error %d while replacing effect %lu\n", ret, idx); else { eff->replace = false; - eff->state = FFPL_DONT_TOUCH; + eff->change = FFPL_DONT_TOUCH; continue; } }