Fix typo in copy_to_user calls
authorJesse Barnes <jesse.barnes@intel.com>
Fri, 16 Nov 2007 21:57:42 +0000 (13:57 -0800)
committerJesse Barnes <jesse.barnes@intel.com>
Fri, 16 Nov 2007 21:57:42 +0000 (13:57 -0800)
commit96e136c4794f9f57e18c1f984a27bbad4b5e1500
treecbc11c2161bf104e01d890a1ede6a10e0996c23b
parent7ec4ebe95e7eec6625d68ae6300255901b69d5c7
Fix typo in copy_to_user calls

We want to copy to card_res->modes + copied, not &card_res->modes + copied.
linux-core/drm_crtc.c