commit | 9509ff759fb550194003507d143110388e3c8857 | [log] [tgz] |
---|---|---|
author | Vince Hsu <vinceh@nvidia.com> | Tue Dec 30 14:59:42 2014 +0800 |
committer | Ben Skeggs <bskeggs@redhat.com> | Thu Jan 22 12:15:02 2015 +1000 |
tree | 70a8f23fc6bf77b1aa2a1f50a9167a2c62778b9e | |
parent | 9ba8310647fc39d95c2a1ebb974fc189e74b11d4 [diff] |
drm/nouveau/mc: add missing braces Several braces were misplaced unintentionally. That caused the msi handling became part of the default case of the first switch statement. So add the missing ones. Signed-off-by: Vince Hsu <vinceh@nvidia.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>