mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
spark_fp: fix last patch, no binary change
Origin commit data
------------------
Branch: master
Commit: f744cf4d05
Author: martii <m4rtii@gmx.de>
Date: 2013-01-27 (Sun, 27 Jan 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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