From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent Vivier Subject: unused assignment in kvm_setup_pio() Date: Mon, 30 Jul 2007 15:52:57 +0200 Message-ID: <46ADED39.3040506@bull.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1920200762==" To: kvm-devel Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kvm-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Errors-To: kvm-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Id: kvm.vger.kernel.org This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --===============1920200762== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig9E08F0B4D6041942231366B7" This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig9E08F0B4D6041942231366B7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I think line 1809 of kvm_main.c (from git) is useless, isn't it ??? 1809 now =3D min(count, PAGE_SIZE / size); 1810 1811 if (!down) 1812 in_page =3D PAGE_SIZE - offset_in_page(address); 1813 else 1814 in_page =3D offset_in_page(address) + size; 1815 now =3D min(count, (unsigned long)in_page / size); 1816 if (!now) { LAurent --=20 ------------- Laurent.Vivier-6ktuUTfB/bM@public.gmane.org -------------- "Software is hard" - Donald Knuth --------------enig9E08F0B4D6041942231366B7 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.7 (GNU/Linux) iD8DBQFGre0+9Kffa9pFVzwRAhyfAJsEjR7R/jkSyI+rrmIK3PirhlJyxwCgjV0f kaCFXvqMekwMtxaUUggZxSs= =gnwp -----END PGP SIGNATURE----- --------------enig9E08F0B4D6041942231366B7-- --===============1920200762== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ --===============1920200762== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ kvm-devel mailing list kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org https://lists.sourceforge.net/lists/listinfo/kvm-devel --===============1920200762==--