From: Colin King <[email protected]> Date: Mon, 17 Jun 2019 12:42:14 +0100
> From: Colin Ian King <[email protected]> > > Pointer ae_dev is null checked however, prior to that it is dereferenced > when assigned pointer ops. Fix this by assigning pointer ops after ae_dev > has been null checked. > > Addresses-Coverity: ("Dereference before null check") > Signed-off-by: Colin Ian King <[email protected]> Applied.

