summaryrefslogtreecommitdiff
path: root/staging/directmops.c
AgeCommit message (Collapse)AuthorFilesLines
2013-05-13staging: add mausezahn staging directoryDaniel Borkmann1-0/+30
After some back and forth, we decided that it is easier to maintain mausezahn in a staging directory until it is fully reworked and cleaned up to be ready to be fully integrated. This way, it is better than having it in a separate branch, and we can also accept patches from outside more easily. Also, while at it, fix up some function mismatches with libcli. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
authorDan Carpenter <dan.carpenter@oracle.com>2016-10-13 11:54:31 +0300
committerEric Anholt <eric@anholt.net>2016-10-17 10:00:11 -0700
commitb2cdeb19f16ad984eb5bb9193f793d05a8101511 (patch)
treecbad29c7d537e3c72755377460a7b5222f7a35d3 /Documentation/i2c
parent1001354ca34179f3db924eb66672442a173147dc (diff)
drm/vc4: Fix a couple error codes in vc4_cl_lookup_bos()
If the allocation fails the current code returns success. If copy_from_user() fails it returns the number of bytes remaining instead of -EFAULT. Fixes: d5b1a78a772f ("drm/vc4: Add support for drawing 3D frames.") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'Documentation/i2c')