[GitHub] [incubator-nuttx] juniskane commented on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel

2020-02-27 Thread GitBox
juniskane commented on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel URL: https://github.com/apache/incubator-nuttx/pull/382#issuecomment-591947244 Ok, now it seems be working as before. This

[GitHub] [incubator-nuttx] juniskane commented on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel

2020-02-27 Thread GitBox
juniskane commented on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel URL: https://github.com/apache/incubator-nuttx/pull/382#issuecomment-591924495 Does not even compile, or am I missing an interim patch? ``` syslog/syslog_device.c: In function

[GitHub] [incubator-nuttx] juniskane commented on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel

2020-02-27 Thread GitBox
juniskane commented on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel URL: https://github.com/apache/incubator-nuttx/pull/382#issuecomment-591841994 This works otherwise, but not in the case syslog_file_channel() fails ever, even once. Cannot recover back

[GitHub] [incubator-nuttx] juniskane commented on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel

2020-02-26 Thread GitBox
juniskane commented on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel URL: https://github.com/apache/incubator-nuttx/pull/382#issuecomment-591822072 I see no reason to restrict this to kernel only and that limitation is not in the API documentation. The

[GitHub] [incubator-nuttx] juniskane commented on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel

2020-02-26 Thread GitBox
juniskane commented on issue #382: syslog/file: Remove syslog_dev_uninitialize in syslog_file_channel URL: https://github.com/apache/incubator-nuttx/pull/382#issuecomment-591804411 This is completely unacceptable. I have applications that call syslog_file_channel() based on run-time