# zshrc/20_dirhash # # hash some commonly used directories # # Copyright © 2010 Tobias Klauser # Released under the terms of the Artistic Licence 2.0 # # Source repository: git://git.distanz.ch/dotfiles/zsh.git hash -d doc=/usr/share/doc hash -d src=/usr/src hash -d log=/var/log # vim:ft=zsh anz.ch/cgit.cgi/linux/net-next.git/atom/?h=nds-private-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-06-21 10:28:01 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2016-06-22 09:57:20 +0200
commit6966e4826db49fb4437a37bf7604817b5e732117 (patch)
tree179373de6cba352281dd42b0b876c452383f76bd
parent3b96a0b1407e08ebebe7a5c586752f7c16754cbd (diff)
drm/atmel-hlcdc: Remove redundant call to drm_connector_unregister_all()
drm_connector_unregister_all() is not automatically called by drm_dev_unregister() so we can drop the local call. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Daniel Vetter <daniel.vetter@ffwll.ch> Cc: Boris Brezillon <boris.brezillon@free-electrons.com> Cc: David Airlie <airlied@linux.ie> Cc: dri-devel@lists.freedesktop.org Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/1466501283-19976-2-git-send-email-chris@chris-wilson.co.uk