summaryrefslogtreecommitdiff
path: root/keypair.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-12keypair: add missing include fileDaniel Borkmann1-0/+1
2013-06-11keypair: do selftest before generating and verifying keypairDaniel Borkmann1-0/+4
2013-06-04keypair: Add routines to generate and verify a keypairDaniel Borkmann1-0/+71
Alexey Khoroshilov <khoroshilov@ispras.ru>2016-06-30 00:52:15 +0300 committerDaniel Vetter <daniel.vetter@ffwll.ch>2016-07-12 14:10:57 +0200 commitda82ee99eef9817416ea9b8a23973da062d5c8fe (patch) treee4939f67791dc69a67d6ad4cec525b5cf9d185b3 parent37035e7411fc90d57e4aca83ef654f50c3a0f626 (diff)
drm_aux-dev: fix error handling in drm_dp_aux_dev_init()
If class_create() fails, there is no need for class_destroy(). Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/1467237135-13075-1-git-send-email-khoroshilov@ispras.ru
Diffstat