Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xcap
xcap-capability-linux
Commits
111b459a
Commit
111b459a
authored
Dec 22, 2009
by
Francisco Jerez
Committed by
Ben Skeggs
Jan 11, 2010
Browse files
drm/nouveau: Don't skip card take down on nv0x.
Signed-off-by:
Francisco Jerez
<
currojerez@riseup.net
>
parent
0829168b
Changes
1
Hide whitespace changes
Inline
Side-by-side
drivers/gpu/drm/nouveau/nouveau_state.c
View file @
111b459a
...
...
@@ -722,8 +722,8 @@ static void nouveau_close(struct drm_device *dev)
{
struct
drm_nouveau_private
*
dev_priv
=
dev
->
dev_private
;
/* In the case of an error dev_priv may not be
be
allocated yet */
if
(
dev_priv
&&
dev_priv
->
card_type
)
/* In the case of an error dev_priv may not be allocated yet */
if
(
dev_priv
)
nouveau_card_takedown
(
dev
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment