From: Don Zickus Date: Mon, 1 Jun 2015 17:00:26 +0000 (-0400) Subject: staging: unisys: Move channel creation up the stack X-Git-Tag: omap-for-v4.3/legacy-v2-signed~121^2~366 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b32c4997c03d9d1fcfc1c6771f70d7526ffdbbe4;p=pandora-kernel.git staging: unisys: Move channel creation up the stack 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 deleted it. Signed-off-by: Don Zickus Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed