[SERIAL] Stop open() looping while opening a non-present port
Trying to open a non-present port (for configuration) causes us to to endlessly loop (by returning -ERESTARTSYS). We should be returning success. This cset fixes this.
Showing
Please register or sign in to comment