On Tue, Sep 1, 2015 at 9:07 AM, Christian König
wrote:
> On 01.09.2015 13:37, Jonathan Gray wrote:
>>
>> EBADMSG is a streams errno. OpenBSD does not implement streams and does
>> include the streams errnos, this commit fixes the build on OpenBSD.
>>
>> None of the callers of this function chec
EBADMSG is a streams errno. OpenBSD does not implement streams and does
include the streams errnos, this commit fixes the build on OpenBSD.
None of the callers of this function check the return value for -EBADMSG.
Signed-off-by: Jonathan Gray
---
amdgpu/amdgpu_bo.c | 2 +-
1 file changed, 1 in
On 01.09.2015 13:37, Jonathan Gray wrote:
> EBADMSG is a streams errno. OpenBSD does not implement streams and does
> include the streams errnos, this commit fixes the build on OpenBSD.
>
> None of the callers of this function check the return value for -EBADMSG.
>
> Signed-off-by: Jonathan Gray