diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2024-04-21 19:32:58 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2024-04-21 19:32:58 +0200 |
commit | 48cf398f15fc3b2af11c78fed548355d3b66ca11 (patch) | |
tree | 7ed96c7aa7bb7bd8f7321c35938cfc84c90ad533 /include | |
parent | Merge tag 'driver-core-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/... (diff) | |
parent | peci: linux/peci.h: fix Excess kernel-doc description warning (diff) | |
download | linux-48cf398f15fc3b2af11c78fed548355d3b66ca11.tar.xz linux-48cf398f15fc3b2af11c78fed548355d3b66ca11.zip |
Merge tag 'char-misc-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Pull char / misc driver fixes from Greg KH:
"Here are some small char/misc and other driver fixes for 6.9-rc5.
Included in here are the following:
- binder driver fix for reported problem
- speakup crash fix
- mei driver fixes for reported problems
- comdei driver fix
- interconnect driver fixes
- rtsx driver fix
- peci.h kernel doc fix
All of these have been in linux-next for over a week with no reported
problems"
* tag 'char-misc-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc:
peci: linux/peci.h: fix Excess kernel-doc description warning
binder: check offset alignment in binder_get_object()
comedi: vmk80xx: fix incomplete endpoint checking
mei: vsc: Unregister interrupt handler for system suspend
Revert "mei: vsc: Call wake_up() in the threaded IRQ handler"
misc: rtsx: Fix rts5264 driver status incorrect when card removed
mei: me: disable RPL-S on SPS and IGN firmwares
speakup: Avoid crash on very long word
interconnect: Don't access req_list while it's being manipulated
interconnect: qcom: x1e80100: Remove inexistent ACV_PERF BCM
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/peci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/peci.h b/include/linux/peci.h index 9b3d36aff431..90e241458ef6 100644 --- a/include/linux/peci.h +++ b/include/linux/peci.h @@ -58,7 +58,6 @@ static inline struct peci_controller *to_peci_controller(void *d) /** * struct peci_device - PECI device * @dev: device object to register PECI device to the device model - * @controller: manages the bus segment hosting this PECI device * @info: PECI device characteristics * @info.family: device family * @info.model: device model |