spark_fp: re-added disabled code, no binary change

Origin commit data
------------------
Branch: master
Commit: 9d5cb7b443
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:
martii
2013-01-27 19:42:07 +01:00
parent df63e0ab24
commit 2eab3912ee

View File

@@ -232,6 +232,8 @@ int main(int argc, char **argv)
ret = ioctl(fd, VFDSETPOWERONTIME, &t);
break;
case 'P':
#else
ret = ioctl(fd, VFDSTANDBY, &t);
#endif
ret = ioctl(fd, VFDPOWEROFF, &t);
/* driver always returns einval here...