mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-13 09:00:39 +09:00
A struct device doesn't carry much information that a channel might be interested in, but the client very much does. Request channels for the clients rather than their parent devices and store a pointer to them in order to have that information available when needed. Signed-off-by: Thierry Reding <treding@nvidia.com>