commit | fffe52e86b4ad5f8bdcb284c4ea6c87402967f3d | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> | Wed May 02 14:48:35 2007 +0200 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Fri May 04 17:59:08 2007 -0700 |
tree | 614d018e9458bfce1d5d4aae3c2487e4f0ec8cda | |
parent | bd685ac8e78b9bfd4a0145be22a7ff11ab11adef [diff] |
ps3av: misc updates ps3av: - Move the definition of struct ps3av to ps3av.c, as it's locally used only. - Kill ps3av.sem, use the existing ps3av.mutex instead. - Make the 512-byte buffer in ps3av_do_pkt() static to reduce stack usage. Its use is protected by a semaphore anyway. Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>