Merge tag 'omap-for-v5.6/sdma-fix-signed' of git://git.kernel.org/pub/scm/linux/kerne...
authorOlof Johansson <olof@lixom.net>
Thu, 16 Jan 2020 23:57:09 +0000 (15:57 -0800)
committerOlof Johansson <olof@lixom.net>
Thu, 16 Jan 2020 23:57:11 +0000 (15:57 -0800)
commit25e3e8119ae9218670b60bee39863ff6b223fa05
treef19955af74709a6ffaf2280e949d1d8a737999bf
parentdee0be5c2138cee65706a939d03a366b790c4baa
parenta25e29bd0fe9be33491b3816d2d7b1137d5eeaec
Merge tag 'omap-for-v5.6/sdma-fix-signed' of git://git./linux/kernel/git/tmlind/linux-omap into arm/dt

Fix omap sdma handling for missing auxdata for v5.6 merge window

Turns out I was overly optimistic about making platform data optional, and
we still need it to pass various quirk flags. If the platform data is missing
for whatever reason, we will currently try to access non-existing data later
on.

* tag 'omap-for-v5.6/sdma-fix-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
  dmaengine: ti: omap-dma: don't allow a null od->plat pointer to be dereferenced

Link: https://lore.kernel.org/r/pull-1579200367-372444@atomide.com
Signed-off-by: Olof Johansson <olof@lixom.net>