From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754009AbbJ0ILk (ORCPT ); Tue, 27 Oct 2015 04:11:40 -0400 Received: from smtprelay06.ispgateway.de ([80.67.31.101]:46768 "EHLO smtprelay06.ispgateway.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753810AbbJ0ILh (ORCPT ); Tue, 27 Oct 2015 04:11:37 -0400 Subject: Re: character driver - poll() timeout To: Muni Sekhar , linux-kernel@vger.kernel.org References: From: Clemens Ladisch Message-ID: <562F31B3.6090103@ladisch.de> Date: Tue, 27 Oct 2015 09:11:31 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Df-Sender: bGludXgta2VybmVsQGNsLmRvbWFpbmZhY3Rvcnkta3VuZGUuZGU= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Muni Sekhar wrote: > Is it possible to print the timeout value in character driver poll() API? No. Your driver's poll callback never waits. Why do you think you need this value? Regards, Clemens