commit | fb776481c4ffd9bf8d4dc091ea66c3a93bdfcb35 | [log] [tgz] |
---|---|---|
author | Loic Poulain <loic.poulain@gmail.com> | Sat Jul 29 19:32:31 2017 +0200 |
committer | Johan Hedberg <johan.hedberg@intel.com> | Mon Jul 31 13:27:37 2017 +0300 |
tree | e68970debb2cb80cbaa4daf12c6cc37d9de0f9e2 | |
parent | c3327bde514d5945f5de1e28bed3eaa0c4d622ec [diff] |
Bluetooth: hci_uart: Fix uninitialized alignment value Force alignment value to the default one (1 byte) if uninitialized. This fixes hci_ll serdev driver (alignment = 0) and avoid any further issues with upcoming drivers. Signed-off-by: Loic Poulain <loic.poulain@gmail.com> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>