FPII-2771: msm: crypto: Fix integer over flow check in qce driver

Integer overflow check is invalid when ULONG_MAX is used,
as ULONG_MAX has typeof 'unsigned long', while areq->assoclen,
q_req->crytlen, and qreq.ivsize are 'unsigned int'. Make change
to use UINT_MAX instead of ULONG_MAX.

Change-Id: I969b2931ae142183f6cf631258a3d3040057dd02
1 file changed