xen/balloon: Remove pr_info's and don't alter retry_count
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 14 Mar 2011 15:42:40 +0000 (11:42 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 16 Mar 2011 14:04:58 +0000 (10:04 -0400)
commit40095de1f9082f058970b985a96d2fbef43f94f4
tree0454ff9852d3894b2f740a72fe5b039f26eed13c
parent95d2ac4a0c904942a4fecf815781ebd4171e7a30
xen/balloon: Remove pr_info's and don't alter retry_count

In the past the retry_count (in other form of this code) was zero.
Meaning retry forever. Do the same thing here without changing it to
the value 16.

Also remove some of the pr_info as there is no need to spam
the user.

Acked-by: Ian Campbell <Ian.Campbell@eu.citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
drivers/xen/balloon.c