Re: [PATCH 32/44 V2] staging: unisys: Move channel creation up the stack

2015-05-24 Thread Greg KH
On Mon, May 18, 2015 at 11:23:05AM -0400, Don Zickus wrote: Instead of creating a channel struct to temporarily hold the channel info and passing it through multiple functions until the device is created, just create the channel from the start. This allows us to remove the channel_info

[PATCH 32/44 V2] staging: unisys: Move channel creation up the stack

2015-05-18 Thread Don Zickus
Instead of creating a channel struct to temporarily hold the channel info and passing it through multiple functions until the device is created, just create the channel from the start. This allows us to remove the channel_info struct. I noticed 'chan_info.addr_type' was not being used, so I just