[IRDA]: irlap_open should take const string.
irlap_open should take a constant string because it copies its argument. Therefore, irtty_net_open doesn't have to make a copy!
Showing
Please register or sign in to comment
irlap_open should take a constant string because it copies its argument. Therefore, irtty_net_open doesn't have to make a copy!