commit | ba828cc9dcc8ffefd0d17165be9b132bd5232063 | [log] [tgz] |
---|---|---|
author | Alexander Shishkin <alexander.shishkin@linux.intel.com> | Mon Nov 12 13:30:24 2018 +0200 |
committer | Alexander Shishkin <alexander.shishkin@linux.intel.com> | Thu Feb 21 15:04:36 2019 +0200 |
tree | 6691de79955b0efd80eebe62cabf122e07d65852 | |
parent | 8d86f6b4306f4be38b39d420456edf61a7b7119e [diff] |
intel_th: Only create useful device nodes Right now, the driver will create a device node for each output port, with the intent to provide read access to that port's data. However, only the memory ports are readable this way (msc0, msc1). Other output ports don't need device nodes, so remove them. Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>