On 06/25/2014 06:36 AM, Herbert Xu wrote:
>>      struct icp_qat_fw_la_resp *qat_resp = resp;
>> >    struct qat_crypto_request *qat_req =
>> > -                  (void *)(dma_addr_t)qat_resp->opaque_data;
>> > +                          (void *)(__force long)qat_resp->opaque_data;
> Why not just get rid of the (__force long) altogether?
It complains when cross compiled for 32bit.
Regards.
Tadeusz
--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to