From 5bd8014f276d447178a1193d9dea1b976647d6ce Mon Sep 17 00:00:00 2001 From: Jeff Hartmann Date: Thu, 16 Mar 2000 03:37:30 +0000 Subject: Merge with 4.0 --- linux/lists.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'linux/lists.c') diff --git a/linux/lists.c b/linux/lists.c index 78d21714..af8f6150 100644 --- a/linux/lists.c +++ b/linux/lists.c @@ -24,8 +24,7 @@ * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER * DEALINGS IN THE SOFTWARE. * - * $PI: xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/lists.c,v 1.3 1999/08/20 15:07:02 faith Exp $ - * $XFree86: xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/lists.c,v 1.4 2000/02/14 06:27:27 martin Exp $ + * $XFree86: xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/lists.c,v 1.6 2000/02/23 04:56:42 martin Exp $ * */ @@ -154,7 +153,7 @@ int drm_freelist_put(drm_device_t *dev, drm_freelist_t *bl, drm_buf_t *buf) buf->list = DRM_LIST_FREE; do { old = bl->next; - buf->next = old; + buf->next = old; prev = cmpxchg(&bl->next, old, buf); if (++count > DRM_LOOPING_LIMIT) { DRM_ERROR("Looping\n"); -- cgit v1.2.3