On Wed, Jan 07, 2015 at 10:07:05PM +0800, Jie Yang wrote:
We should not send IPC stream commands to FW when the stream is
NULL, dereference the NULL pointer may also occur without precheck.
Here add NULL pointer checks for these stream APIs.
Applied, thanks.