mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
rkfbsys:fix bug in set_dsp_lut
This commit is contained in:
@@ -263,6 +263,7 @@ static ssize_t set_dsp_lut(struct device *dev,struct device_attribute *attr,
|
||||
for(i=0;i<256;i++)
|
||||
{
|
||||
temp = simple_strtoul(start,NULL,10);
|
||||
dsp_lut[i] = temp;
|
||||
do
|
||||
{
|
||||
start++;
|
||||
|
||||
Reference in New Issue
Block a user