]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'drm-amdkfd-fixes-2015-02-02' of git://people.freedesktop.org/~gabbayo...
authorDave Airlie <airlied@redhat.com>
Tue, 3 Feb 2015 01:21:11 +0000 (11:21 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 3 Feb 2015 01:21:11 +0000 (11:21 +1000)
commitf8d10c78ad59c926a483b39329306d5fde5eb739
treece48e51e3b4381096da36abc79091af8120c0361
parentec215136d190c3ca0ff5bc9cb2a9c70c1fafac4f
parentde1bcb84a1d835329d5886a9d7379f8877e6f2e2
Merge tag 'drm-amdkfd-fixes-2015-02-02' of git://people.freedesktop.org/~gabbayo/linux into drm-fixes

Three small fixes that came up during last week, nothing scary:

- Accidently incremented a counter instead of decrementing it (copy-paste error)
- Module parameter of max num of queues must be at least 1 and not 0
- Don't do BUG() as a result from wrong user input

* tag 'drm-amdkfd-fixes-2015-02-02' of git://people.freedesktop.org/~gabbayo/linux:
  drm/amdkfd: Don't create BUG due to incorrect user parameter
  drm/amdkfd: max num of queues can't be 0
  drm/amdkfd: Fix bug in accounting of queues