Revision e7d7705ace9494949863848ec77536d5a3287b0a authored by Bjorn Helgaas on 12 October 2016, 03:06:47 UTC, committed by Bjorn Helgaas on 12 October 2016, 03:26:28 UTC
Only interfaces used from outside the driver, e.g., those called by the
DesignWare core, need to accept pointers to the generic struct pcie_port.
Internal interfaces can accept pointers to the device-specific struct,
which makes them more straightforward.  No functional change intended.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
1 parent 8bad7f2
History
File Mode Size
Makefile -rw-r--r-- 382 bytes
opl3_drums.c -rw-r--r-- 7.0 KB
opl3_lib.c -rw-r--r-- 13.7 KB
opl3_midi.c -rw-r--r-- 22.3 KB
opl3_oss.c -rw-r--r-- 6.9 KB
opl3_seq.c -rw-r--r-- 7.3 KB
opl3_synth.c -rw-r--r-- 16.5 KB
opl3_voice.h -rw-r--r-- 2.2 KB

back to top