mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
spark_fp: fix last patch, no binary change
This commit is contained in:
@@ -232,10 +232,10 @@ int main(int argc, char **argv)
|
||||
ret = ioctl(fd, VFDSETPOWERONTIME, &t);
|
||||
break;
|
||||
case 'P':
|
||||
ret = ioctl(fd, VFDPOWEROFF, &t);
|
||||
#else
|
||||
ret = ioctl(fd, VFDSTANDBY, &t);
|
||||
#endif
|
||||
ret = ioctl(fd, VFDPOWEROFF, &t);
|
||||
/* driver always returns einval here...
|
||||
if (ret < 0)
|
||||
perror("ioctl VFDSTANDBY");
|
||||
|
Reference in New Issue
Block a user