Am 06.06.2016 um 20:15 hat Colin Lord geschrieben: > Returns negative error codes and accompanying error messages in cases where > the device has no tray or the tray is locked and isn't forced open. This > extra information should result in better flexibility in functions that > call do_open_tray. > > Signed-off-by: Colin Lord <cl...@redhat.com> > Suggested by: Markus Armbruster <arm...@redhat.com>
Thanks, updated the queued patch with this. As a minor remark, I think that having Suggested-by first is more common because it matches the chronological order: First someone suggested the change, then someone did the patch, and then someone merges it (that's my S-o-b that I add while applying the patch). For the same reason, I generally add Reviewed-by tags after the author's, but before my own maintainer S-o-b. Kevin