aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux
diff options
context:
space:
mode:
authorIan Abbott <[email protected]>2014-01-21 17:39:05 +0000
committerGreg Kroah-Hartman <[email protected]>2014-02-07 11:08:46 -0800
commit791771e4e0587652e193ac8920e14911045a1dc8 (patch)
treef57532192bd48af8104a3afa296f5a8450f3998f /scripts/gdb/linux
parentf1ffdfcc52744ed264041741020364cfbad9c0de (diff)
staging: comedi: usbduxsigma: fix unaligned dereferences
There are a couple of dereferences such as `*(uint32_t *)(devpriv->insn_buf + 1)` that are unaligned as `devpriv->insn_buf` is of type `uint8_t *`. This works on x86 architecture but may not be supported on other architectures. Call `get_unalign()` to perform the unaligned dereferences. Signed-off-by: Ian Abbott <[email protected]> Cc: Bernd Porr <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/gdb/linux')
0 files changed, 0 insertions, 0 deletions