RE: [PATCH 1/1] drivers: hv: Fix wrong check for synic_event_page

2013-10-15 Thread KY Srinivasan
> -Original Message- > From: Felipe Pena [mailto:felipe...@gmail.com] > Sent: Tuesday, October 15, 2013 4:23 PM > To: KY Srinivasan; Haiyang Zhang > Cc: de...@linuxdriverproject.org; linux-kernel@vger.kernel.org; Felipe Pena > Subject: [PATCH 1/1] drivers: hv: F

[PATCH 1/1] drivers: hv: Fix wrong check for synic_event_page

2013-10-15 Thread Felipe Pena
The check for calling free_page() on hv_context.synic_event_page[cpu] is the same for hv_context.synic_message_page[cpu], like a copy-paste error. Signed-off-by: Felipe Pena --- drivers/hv/hv.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hv/hv.c b/drivers/hv/hv