commit | 56183c88f368eef7134c32df826792ee140f2864 | [log] [tgz] |
---|---|---|
author | Mika Westerberg <mika.westerberg@linux.intel.com> | Sun Feb 19 10:39:34 2017 +0200 |
committer | Mika Westerberg <mika.westerberg@linux.intel.com> | Thu Apr 18 11:18:52 2019 +0300 |
tree | 366f801681636db72181ee1fdbd10a9cdbbd1c22 | |
parent | 4944269305df09c719f9c406c20c255f1724542a [diff] |
thunderbolt: Cache adapter specific capability offset into struct port The adapter specific capability either is there or not if the port does not hold an adapter. Instead of always finding it on-demand we read the offset just once when the port is initialized. While there we update the struct port documentation to follow kernel-doc format. Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>