From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Thu, 01 Jan 2009 07:41:14 +0000 Subject: Re: [PATCH] sh: maple: add support for the Maple mouse on the SEGA Dreamcast Message-Id: <200901010241.16185.vapier@gentoo.org> MIME-Version: 1 Content-Type: multipart/mixed; boundary="nextPart32419704.AYxseJ8L90" List-Id: References: <1230578246.6496.25.camel@localhost.localdomain> <200812300017.45336.dmitry.torokhov@gmail.com> <1230668825.6489.1.camel@localhost.localdomain> In-Reply-To: <1230668825.6489.1.camel@localhost.localdomain> To: Adrian McMenamin Cc: Dmitry Torokhov , Sam Ravnborg , LKML , linux-sh , linux-input , Andrew Morton , Paul Mundt --nextPart32419704.AYxseJ8L90 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday 30 December 2008 15:27:05 Adrian McMenamin wrote: > Adding maple mouse with proper __devexit_p() handling this kind of patch revision info typically goes below the --- marker and t= he=20 patch itself gets "v2", "v3", etc... header markers otherwise, driver looks OK to me. thanks for your dreamcast work. Acked-by: Mike Frysinger > + mse =3D kzalloc(sizeof(struct dc_mouse), GFP_KERNEL); personally i find this style less likely to rot: mse =3D kzalloc(sizeof(*mse), GFP_KERNEL); =2Dmike --nextPart32419704.AYxseJ8L90 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) iQIcBAABAgAGBQJJXHOcAAoJEEFjO5/oN/WBlqwQAMKseiErdo+hELWlxq9bXqSt Xu6D18iVDLTsph930I1U2hKZbKi/DWZXcc602kg7CNOzfqtlRepXpn5WWDP0GWoN fCb3IRjSJ4YcgJjJkvEhpytvd43K1n6GOmZtNXzPU4wF0U/6/33bYJiRaWdjVSEQ SFw20Zb8mdcuhMTRohJ7CkW34LB7Wq2tnccKw1u1t03F0tT4qRJaFoq1hxCTJjFf g2+AJYx8QtdfC0H+qBM6RHavs/SDOFvDQpom8nCyNaBeP69WD3oGag+oW/FUKBAy N9wn6J2V/9Cjpxjme14bEVUG+lbaN8y4qvcrbPq1bDR64FrpfMOGuTo2hTwT8Vkk fSltj4BdbhxmzYAqv9xIkF/u6VmbULlyUTPxHqNBUVO05+9u2WDqtIwlEi9kz86J mr7CMVyMbmbNq8mTYErqfOckob8DG01nkIbqdF9jm+xmH9dDl+OdyC8dhbx6OoGX PKPF1l8eIhgKuLewKxqukKnLr4NPS9Icg/4E0WQvdfpWiMA3qqpbD++1/RFet2Qh vkkwGJyTh3ozdO2k5GPQn560r0KXRLNsW/qsgkzUlfqhz2m771FgAY/BUHouP8BZ /o3X/llKDHZzIp2ifibQ04V5tCAUBHFxZntr8ctU/0cAi86bpU7Y7nE1j8zfCQ+p ErHfH5XfHIBmWkCifiey =o85d -----END PGP SIGNATURE----- --nextPart32419704.AYxseJ8L90--