Re: [PATCH 00/10] staging: unisys: additional error handling and channel cleanups.

2017-02-02 Thread Greg KH
On Wed, Feb 01, 2017 at 05:38:52PM -0500, David Kershner wrote: > This series fixes a problem where we were using a Linux specific data > structure in our s-Par channel. These channels are shared across multiple > OS types and should not use OS specific structures unless absolutely > needed. It als

[PATCH 00/10] staging: unisys: additional error handling and channel cleanups.

2017-02-01 Thread David Kershner
This series fixes a problem where we were using a Linux specific data structure in our s-Par channel. These channels are shared across multiple OS types and should not use OS specific structures unless absolutely needed. It also adds some additional error handling and other cleanup. This patchset