mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
spark_fp: small fix
This commit is contained in:
@@ -230,15 +230,15 @@ int main(int argc, char **argv)
|
||||
ret = ioctl(fd, VFDSETPOWERONTIME, &t);
|
||||
break;
|
||||
case 'P':
|
||||
ret = ioctl(fd, VFDPOWEROFF, &t);
|
||||
ret = ioctl(fd, VFDPOWEROFF);
|
||||
#else
|
||||
ret = ioctl(fd, VFDSTANDBY, &t);
|
||||
#endif
|
||||
/* driver always returns einval here...
|
||||
if (ret < 0)
|
||||
perror("ioctl VFDSTANDBY");
|
||||
*/
|
||||
sleep(2); /* not reached... */
|
||||
#endif
|
||||
break;
|
||||
#ifdef MARTII
|
||||
case 'l': /* LED on */
|
||||
|
Reference in New Issue
Block a user