Commit c19da8e8 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] gcc-3.5: sound/core/seq/seq_clientmgr.c

sound/core/seq/seq_clientmgr.c: In function `snd_seq_open':
sound/core/seq/seq_clientmgr.c:331: warning: use of cast expressions as lvalues is deprecated
parent 71efc910
......@@ -328,7 +328,7 @@ static int snd_seq_open(struct inode *inode, struct file *file)
up(&register_mutex);
c = client->number;
(user_client_t *) file->private_data = client;
file->private_data = client;
/* fill client data */
user->file = file;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment