From: Mauro Carvalho Chehab Date: Thu, 1 Mar 2012 10:25:39 +0000 (-0300) Subject: [media] smsusb: fix the default delivery system setting X-Git-Tag: v3.3~13^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bd58e77e656abe08f3f781d982bc9e29167e1c3;p=pandora-kernel.git [media] smsusb: fix the default delivery system setting There are two issues on the default delivery system setting for smsusb: 1) instead of filling the delivery system for the per-client frontend.ops, it were changing the global structure; 2) The client->frontend.ops copy were keeping the previous value of the template. So, the first time the device was inserted, it was using the wrong value. Reported-by: Eddi De Pieri Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed