commit | 8456b99c16d193c4c3b7df305cf431e027f0189c | [log] [tgz] |
---|---|---|
author | Mikulas Patocka <mpatocka@redhat.com> | Sun Jun 03 16:40:55 2018 +0200 |
committer | Dave Airlie <airlied@redhat.com> | Tue Jul 31 08:03:47 2018 +1000 |
tree | 0931c9242fd0a17e8fe34fbad571a702950797fc | |
parent | acb1872577b346bd15ab3a3f8dff780d6cca4b70 [diff] |
udl-kms: change down_interruptible to down If we leave urbs around, it causes not only leak, but also memory corruption. This patch fixes the function udl_free_urb_list, so that it always waits for all urbs that are in progress. Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Cc: stable@vger.kernel.org Signed-off-by: Dave Airlie <airlied@redhat.com>